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 / breadcrumb_steps.rb
Size: Mime:
Then /^I should see a link to "([^"]*)" in the breadcrumb$/ do |text|
  expect(page).to have_css '.breadcrumb > a', text: text
end