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

@ -79,7 +79,7 @@ class UsersXmlApiTest < ActionController::IntegrationTest
get '/users.xml', {}, basic_auth_headers()
assert_response :success
assert_tag :tag => "users",
:children => { :count => 4, :only => { :tag => "user" } }
:children => { :count => 5, :only => { :tag => "user" } }
assert_no_tag :tag => "password"
end