Fix wrong wording.
This commit is contained in:
parent
5325cbdea1
commit
ca7b059c66
@ -188,7 +188,7 @@ shared_examples_for 'a listener that reacts to #on_change' do
|
|||||||
|
|
||||||
after { FileUtils.mv file2, file1 }
|
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?(file1).should be_true
|
||||||
File.exists?(file2).should be_false
|
File.exists?(file2).should be_false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user