class SunspotMatchersTestunit::FacetMatcher
Public Instance Methods
keys_to_compare()
click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 218 def keys_to_compare comparison_params.keys.select {|key| /facet/ =~ key.to_s} end
search_method()
click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 214 def search_method :facet end