Fix cukes

This commit is contained in:
Jonas Nicklas 2012-07-10 11:23:24 +02:00
parent d955da9eb9
commit 1a3e38b89c
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ When /^I use a matcher that fails$/ do
end
Then /^the failing exception should be nice$/ do
@error_message.should =~ %r(expected css \"h1#doesnotexist\" to return)
@error_message.should =~ %r(expected to find css \"h1#doesnotexist\")
end