diff options
author | Azul <azul@leap.se> | 2012-11-04 16:24:35 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-04 16:24:35 +0100 |
commit | 5c6395d8b1a8c7cf540dae9fdd37f3e68554215c (patch) | |
tree | 727cd51d00addfb26ebbfc9a75d890513b709930 /users/test/integration | |
parent | 2264623a445bf5c64404ef302f63e4d99ecbd97f (diff) |
fixing tests, including support files from all engines
Diffstat (limited to 'users/test/integration')
-rw-r--r-- | users/test/integration/api/account_flow_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/test/integration/api/account_flow_test.rb b/users/test/integration/api/account_flow_test.rb index 66de1e5..5800d46 100644 --- a/users/test/integration/api/account_flow_test.rb +++ b/users/test/integration/api/account_flow_test.rb @@ -39,7 +39,7 @@ class AccountFlowTest < ActionDispatch::IntegrationTest end test "signup response" do - assert_json_response @user_params.slice(:login, :password_salt) + assert_json_response :login => @login, :ok => true assert_response :success end |