Skip to content

Instantly share code, notes, and snippets.

@dvanderbeek
Created August 16, 2014 13:21
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 dvanderbeek/2c22828b98a755ecf789 to your computer and use it in GitHub Desktop.
Save dvanderbeek/2c22828b98a755ecf789 to your computer and use it in GitHub Desktop.
NEW - Devise Request Spec Setup
# in spec_helper.rb
include Warden::Test::Helpers
Warden.test_mode!
# in a request spec
user = FactoryGirl.create(:user)
login_as(user, :scope => :user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment