Sha256: ef6a0739f6c2a4f0d854c3b3f48b6f2c50b404b3da423b064ed773d0492f6788
Contents?: true
Size: 243 Bytes
Versions: 5
Compression:
Stored size: 243 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
5 entries across 5 versions & 2 rubygems