Sha256: eebf924d1d176c45805eb4d8d4005d28cec336a54dffdfc80cfe206981b1bbb8
Contents?: true
Size: 366 Bytes
Versions: 5
Compression:
Stored size: 366 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
5 entries across 5 versions & 2 rubygems