(#14) Remove printing in auth library

This commit is contained in:
Brian Cain 2015-11-15 13:27:07 -08:00
parent 544d9d35b8
commit 3394a14ea0
3 changed files with 9 additions and 6 deletions

View file

@ -33,7 +33,7 @@ describe Pooler do
with(:headers => {'Accept'=>'*/*', 'Accept-Encoding'=>'gzip;q=1.0,deflate;q=0.6,identity;q=0.3', 'User-Agent'=>'Faraday v0.9.1'}).
to_return(:status => 200, :body => @delete_token_response, :headers => {})
#expect(Auth.delete_token(false, @vmpooler_url, "first.last", "password", @token)).to eq @delete_token_response
expect(Auth.delete_token(false, @vmpooler_url, "first.last", "password", @token)).to eq JSON.parse(@delete_token_response)
end
end