class SunspotMatchersTestunit::WithoutMatcher

Public Instance Methods

keys_to_compare() click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 183
def keys_to_compare
  [:fq]
end
search_method() click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 179
def search_method
  :without
end