Added to fixtures a user with a SHA-1 password

This commit is contained in:
Jan Stępień 2011-09-05 09:48:50 +02:00
parent e7301608a6
commit 34e0573fc4
3 changed files with 12 additions and 2 deletions

View file

@ -31,7 +31,7 @@ class UsersControllerTest < ActionController::TestCase
get :index
assert_response :success
assert_equal "TRACKS::Manage Users", assigns['page_title']
assert_equal 4, assigns['total_users']
assert_equal 5, assigns['total_users']
assert_equal "/users", session['return-to']
end