spec/rails3/app_root/config/routes.rb in sorcery-0.1.2 vs spec/rails3/app_root/config/routes.rb in sorcery-0.1.3

- old
+ new

@@ -6,9 +6,10 @@ match '/test_logout_with_remember', :to => "application#test_logout_with_remember" match '/test_login_with_remember', :to => 'application#test_login_with_remember' match '/test_login_with_remember_in_login', :to => 'application#test_login_with_remember_in_login' match '/test_login_from_cookie', :to => 'application#test_login_from_cookie' match '/test_should_be_logged_in', :to => 'application#test_should_be_logged_in' + match '/test_http_basic_auth', :to => 'application#test_http_basic_auth' # The priority is based upon order of creation: # first created -> highest priority. # Sample of regular route: # match 'products/:id' => 'catalog#view'