class SunspotMatchersTestunit::PaginationMatcher
Public Instance Methods
keys_to_compare()
click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 270 def keys_to_compare [:rows, :start] end
search_method()
click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 266 def search_method :paginate end