From 441db4736e0cd003caf9c8f7b3fbdb1ffa72b969 Mon Sep 17 00:00:00 2001 From: Azul Date: Tue, 27 Aug 2013 14:57:18 +0200 Subject: minor: remove puts line --- users/test/integration/api/account_flow_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'users/test/integration/api/account_flow_test.rb') 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 -- cgit v1.2.3