From ca7b059c6672905ba763176380e6ee730b8f0c99 Mon Sep 17 00:00:00 2001 From: Michael Kessler Date: Wed, 28 Sep 2011 15:16:19 +0200 Subject: [PATCH] Fix wrong wording. --- spec/support/listener_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/listener_helper.rb b/spec/support/listener_helper.rb index 378bdb20f..522bfcb8c 100644 --- a/spec/support/listener_helper.rb +++ b/spec/support/listener_helper.rb @@ -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