Sha256: a95b7fc52d54c88f994151429a19ac25715e6c23e3186967bff24958571aaa94
Contents?: true
Size: 413 Bytes
Versions: 7
Compression:
Stored size: 413 Bytes
Contents
Then /^I should see an action item to "([^"]*)"$/ do |link| page.should have_css('.resource_actions a', :text => link) end Then /^I should not see an action item to "([^"]*)"$/ do |link| page.should_not have_css('.resource_actions a', :text => link) end Then /^I should see action items:$/ do |table| table.raw.first.each do |link| page.should have_css('.resource_actions a', :text => link) end end
Version data entries
7 entries across 7 versions & 1 rubygems