Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
activeadmin / features / step_definitions / action_item_steps.rb
Size: Mime:
Then /^I should see an action item link to "([^"]*)"$/ do |link|
  expect(page).to have_css('.action_item a', text: link)
end

Then /^I should not see an action item link to "([^"]*)"$/ do |link|
  expect(page).to_not have_css('.action_item a', text: link)
end