mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Fix cukes
This commit is contained in:
parent
d955da9eb9
commit
1a3e38b89c
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ When /^I use a matcher that fails$/ do
|
||||||
end
|
end
|
||||||
|
|
||||||
Then /^the failing exception should be nice$/ do
|
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
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue