diff options
author | Azul <azul@leap.se> | 2012-11-09 16:05:22 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-11-09 16:05:22 +0100 |
commit | 63c5b2cafdefbd9b13297faa57ee2f18a5c07bf5 (patch) | |
tree | e89efe6e0922ef927f1b564a09f874e49e67e555 /users/test/integration | |
parent | f9501552b7df41487e523c2a2fb3a102707ecae9 (diff) |
got integration test and login flow to work
Diffstat (limited to 'users/test/integration')
-rw-r--r-- | users/test/integration/api/account_flow_test.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/users/test/integration/api/account_flow_test.rb b/users/test/integration/api/account_flow_test.rb index 4dcca24..c9a7109 100644 --- a/users/test/integration/api/account_flow_test.rb +++ b/users/test/integration/api/account_flow_test.rb @@ -29,7 +29,6 @@ class AccountFlowTest < ActiveSupport::TestCase end def validate(m) - debugger put "/sessions/" + @login + '.json', :client_auth => m.to_s(16), :format => :json assert last_response.successful? return JSON.parse(last_response.body) |