Sha256: d99366138354decc86e0407234f4d51dc6a6dc9bae6670002577ea478adb487c
Contents?: true
Size: 209 Bytes
Versions: 1
Compression:
Stored size: 209 Bytes
Contents
# RSpec::Matchers.define :have_next_page do # match do |base| # base.next_page? # end # end # RSpec::Matchers.define :have_previous_page do # match do |base| # base.previous_page? # end # end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paginate-4.0.1 | test/support/matchers.rb |