Skip to content

Instantly share code, notes, and snippets.

@decioferreira
Created June 7, 2012 09:10
Show Gist options
  • Save decioferreira/2887713 to your computer and use it in GitHub Desktop.
Save decioferreira/2887713 to your computer and use it in GitHub Desktop.
Integrate RSpec with Devise
user = FactoryGirl.create(:user)
user.confirm! # necessary if your users have been marked as :confirmable
login_as user, scope: :user
include Warden::Test::Helpers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment