* remove puts

This commit is contained in:
Seth Call 2016-02-18 11:47:08 -06:00
parent 9cc2ee4f4f
commit f225a85484
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ describe ApiJamblastersController do
get :get_tokens, {:format => 'json'}
response.status.should == 200
json = JSON.parse(response.body)
puts "JSON #{json}"
json.length.should eq(1)
vtoken = json[0]["pairings"][0]["vtoken"]
vtoken.should eq("vtoken4")