Sha256: b1b5e18b44c9d5720d7bbbb23b30f9c7113300e7042005e7be32b0a14d15d73b
Contents?: true
Size: 253 Bytes
Versions: 5
Compression:
Stored size: 253 Bytes
Contents
Then /^I should see an action item link to "([^"]*)"$/ do |link| page.should have_css('.action_item a', text: link) end Then /^I should not see an action item link to "([^"]*)"$/ do |link| page.should_not have_css('.action_item a', text: link) end
Version data entries
5 entries across 5 versions & 2 rubygems