Sha256: 1a724178ed09c0cb209735cc4e2d6975cf06ca3fa46facc3a65d1d84969232f0
Contents?: true
Size: 259 Bytes
Versions: 66
Compression:
Stored size: 259 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
66 entries across 66 versions & 4 rubygems