* remove debugigng puts

This commit is contained in:
Seth Call 2014-07-30 15:13:07 -05:00
parent 8966a3fc2f
commit 0abb38d48a
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ describe "Musician Search API", :type => :api do
expect(@user4.followers.count).to be 3
get_query(orderby: :followed)
good_response
puts last_response.body
musician = json["musicians"][0]
expect(musician["id"]).to eq(@user4.id)
followings = musician['followings']