Sha256: 3176c31770e705dff84b0d7bcdc22c57e9d3b35d45bf5d980d32043b9e8d4beb
Contents?: true
Size: 372 Bytes
Versions: 71
Compression:
Stored size: 372 Bytes
Contents
Then /^I should see a flash with "([^"]*)"$/ do |text| page.should have_content(text) end Then /^I should see a successful create flash$/ do page.should have_css('div.flash_notice', :text => /was successfully created/) end Then /^I should not see a successful create flash$/ do page.should_not have_css('div.flash_notice', :text => /was successfully created/) end
Version data entries
71 entries across 71 versions & 5 rubygems