We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afeb80 commit 94b525cCopy full SHA for 94b525c
spec/overcommit/hook/pre_commit/file_size_spec.rb
@@ -40,7 +40,7 @@
40
context 'when a small file is committed' do
41
let(:contents) { 'short' }
42
43
- it { should_not fail_hook }
+ it { should pass }
44
end
45
46
context 'when a file is removed' do
0 commit comments