Sha256: f19798483b0e325d61972abac35b8e06d52ae877f250642824c85859bedb58c8
Contents?: true
Size: 246 Bytes
Versions: 62
Compression:
Stored size: 246 Bytes
Contents
Then /^I should see a member link to "([^"]*)"$/ do |name| page.should have_css("a.member_link", :text => name) end Then /^I should not see a member link to "([^"]*)"$/ do |name| %{Then I should not see "#{name}" within "a.member_link"} end
Version data entries
62 entries across 62 versions & 4 rubygems