Skip to content

Instantly share code, notes, and snippets.

@osiro
Created November 17, 2014 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save osiro/d53485e1c8654d7f676b to your computer and use it in GitHub Desktop.
Save osiro/d53485e1c8654d7f676b to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
config.before(:suite) do
Warden.test_mode!
end
config.after(:each) do |example|
Warden.test_reset!
end
config.include Warden::Test::Helpers
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment