summaryrefslogtreecommitdiff
path: root/users/test/integration/api/account_flow_test.rb
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-11-04 16:24:35 +0100
committerAzul <azul@leap.se>2012-11-04 16:24:35 +0100
commit5c6395d8b1a8c7cf540dae9fdd37f3e68554215c (patch)
tree727cd51d00addfb26ebbfc9a75d890513b709930 /users/test/integration/api/account_flow_test.rb
parent2264623a445bf5c64404ef302f63e4d99ecbd97f (diff)
fixing tests, including support files from all engines
Diffstat (limited to 'users/test/integration/api/account_flow_test.rb')
-rw-r--r--users/test/integration/api/account_flow_test.rb2
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