Sha256: 02b7b73fa941fb51b9fc2f7e721cd560fb560809fd7a12ce6cbd6aa6b49054e2
Contents?: true
Size: 375 Bytes
Versions: 46
Compression:
Stored size: 375 Bytes
Contents
Then /^I should see a flash with "([^"]*)"$/ do |text| expect(page).to have_content text end Then /^I should see a successful create flash$/ do expect(page).to have_css 'div.flash_notice', text: /was successfully created/ end Then /^I should not see a successful create flash$/ do expect(page).to_not have_css 'div.flash_notice', text: /was successfully created/ end
Version data entries
46 entries across 46 versions & 6 rubygems