Skip to content

Commit bad2b37

Browse files
committed
Fix spec description for hook env spec
1 parent c60303f commit bad2b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/overcommit/hook/base_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
context 'when env configuration option is specified' do
2828
let(:hook_config) { { 'env' => { var_name => 'pass' } } }
2929

30-
it 'does not modify the environment' do
30+
it 'modifies the environment' do
3131
subject.first.should == :pass
3232
end
3333
end

0 commit comments

Comments
 (0)