Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created August 5, 2010 14:42
Show Gist options
  • Select an option

  • Save j1n6/509827 to your computer and use it in GitHub Desktop.

Select an option

Save j1n6/509827 to your computer and use it in GitHub Desktop.
@current_user = mock_model(User, :id => 1)
controller.stub!(:login_required).and_return(:true)
controller.stub!(:current_user).and_return(@current_user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment