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 / pagination_steps.rb
Size: Mime:
Then /^I should not see pagination$/ do
  expect(page).to_not have_css '.pagination'
end

Then /^I should see pagination with (\d+) pages$/ do |count|
  expect(page).to have_css '.pagination span.page', count: count
end