Skip to content

Instantly share code, notes, and snippets.

@willrjmarshall
Created September 26, 2011 02:16
Show Gist options
  • Select an option

  • Save willrjmarshall/1241477 to your computer and use it in GitHub Desktop.

Select an option

Save willrjmarshall/1241477 to your computer and use it in GitHub Desktop.
before :each do
@user = User.make
@request.env["devise.mapping"] = Devise.mappings[:user]
sign_in @user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment