class SunspotMatchers::PaginationMatcher

Public Instance Methods

keys_to_compare() click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 275
def keys_to_compare
  [:rows, :start]
end
search_method() click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 271
def search_method
  :paginate
end