Fix wrong wording.

This commit is contained in:
Michael Kessler 2011-09-28 15:16:19 +02:00
parent 5325cbdea1
commit ca7b059c66

View File

@ -188,7 +188,7 @@ shared_examples_for 'a listener that reacts to #on_change' do
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