tinysrc feature (unfinished)

This commit is contained in:
Thomas Reynolds 2011-04-25 13:45:54 -07:00
parent ab16d6f2e6
commit 16ffd59ef9
5 changed files with 28 additions and 0 deletions

View file

@ -16,6 +16,7 @@ end
Then /^I should see "([^\"]*)"$/ do |expected|
@browser.last_response.body.should include(expected)
end
Then /^I should see '([^\']*)'$/ do |expected|
@browser.last_response.body.should include(expected)
end