Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.
Shiva Bhusal edited this page Jan 20, 2017 · 1 revision

Welcome to the sunspot_matchers wiki!

Installation

group :test do
  gem 'sunspot_matchers'
end

For RSpec users

# in support/sunspot_matchers_config.rb
RSpec.configure do |config|
  config.before do
    Sunspot.session = SunspotMatchers::SunspotSessionSpy.new(Sunspot.session)
  end
  config.include SunspotMatchers
end

Clone this wiki locally