Skip to content

Instantly share code, notes, and snippets.

@bartocc
Created August 18, 2010 14:24
Show Gist options
  • Save bartocc/534900 to your computer and use it in GitHub Desktop.
Save bartocc/534900 to your computer and use it in GitHub Desktop.
Around("~@search") do |s, block|
original_ss_session = Sunspot.session
Sunspot.session = Sunspot::Rails::StubSessionProxy.new(Sunspot.session)
block.call
Sunspot.session = original_ss_session
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment