summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-08-27 14:57:18 +0200
committerAzul <azul@leap.se>2013-08-27 14:57:18 +0200
commit441db4736e0cd003caf9c8f7b3fbdb1ffa72b969 (patch)
treea95f1dcca6ea49037cafe35f849c2378afdce67f
parent5c70fb660e433ad17150652a9f4e97b79bb70abd (diff)
minor: remove puts line
-rw-r--r--users/test/integration/api/account_flow_test.rb1
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 507f0b9..e41befa 100644
--- a/users/test/integration/api/account_flow_test.rb
+++ b/users/test/integration/api/account_flow_test.rb
@@ -87,7 +87,6 @@ class AccountFlowTest < RackTest
:password_verifier => @srp.verifier.to_s(16),
:password_salt => @srp.salt.to_s(16)
}
- puts @user_params.inspect
put "http://api.lvh.me:3000/1/users/" + @user.id + '.json',
:user => @user_params,
:format => :json