Sha256: e4c2bb700cc8c13919e3d8f15a80a7b7edb2004f1b842ac70bfeead5a9e8f51d

Contents?: true

Size: 245 Bytes

Versions: 9

Compression:

Stored size: 245 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|
  page.should_not have_css("a.member_link", :text => name)
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
activeadmin-0.4.4 features/step_definitions/action_link_steps.rb
activeadmin-0.4.3 features/step_definitions/action_link_steps.rb
activeadmin-0.4.2 features/step_definitions/action_link_steps.rb
activeadmin-0.4.1 features/step_definitions/action_link_steps.rb
activeadmin-0.4.0 features/step_definitions/action_link_steps.rb
andrewroth_activeadmin-0.3.4.4 features/step_definitions/action_link_steps.rb
andrewroth_activeadmin-0.3.4.3 features/step_definitions/action_link_steps.rb
andrewroth_activeadmin-0.3.4.2 features/step_definitions/action_link_steps.rb
andrewroth_activeadmin-0.3.4.1 features/step_definitions/action_link_steps.rb