Skip to content

Commit

Permalink
Fix wrong wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Sep 28, 2011
1 parent 5325cbd commit ca7b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/listener_helper.rb
Expand Up @@ -188,7 +188,7 @@ def fixture(*file)

after { FileUtils.mv file2, file1 }

it 'does not catches the move' do
it 'does not catch the move' do
File.exists?(file1).should be_true
File.exists?(file2).should be_false

Expand Down

0 comments on commit ca7b059

Please sign in to comment.