heartcombo--devise/test/controllers
Matthew Rudy Jacobs 268e486dbb Add store_location_for helper
This is used as a complement to `stored_location_for`.

Example:

Before authorizing with Omniauth;

  store_location_for(:user, dashboard_path)
  redirect_to user_omniauth_authorize_path(:facebook)

In our Omniauth callback

  sign_in(user)
  redirect_to stored_location_for(:user) || root_path
2013-11-09 00:59:00 +00:00
..
custom_strategy_test.rb Do not reproduce warden behavior, simply rely on the controller calling it 2012-05-06 12:09:53 +02:00
helpers_test.rb Add store_location_for helper 2013-11-09 00:59:00 +00:00
internal_helpers_test.rb Get rid of token authentication 2013-09-02 19:15:47 -03:00
passwords_controller_test.rb Don't confirm email after password reset. 2013-08-18 10:13:35 +02:00
sessions_controller_test.rb Cleanup tests for unused variables 2013-09-15 01:52:53 +05:30
url_helpers_test.rb Unit tests for OAuth. 2010-07-26 20:33:23 +02:00