Skip to content

Commit 69e48c2

Browse files
committed
Enable RSpec in Overcommit configuration
1 parent a7bc9fa commit 69e48c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.overcommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PreCommit:
88
enabled: true
99

1010
RSpec:
11-
enabled: false
11+
enabled: true
1212
command: ['bundle', 'exec', 'rspec']
1313
on_warn: fail
1414

0 commit comments

Comments
 (0)