* VRFS-3968 - remove puts

This commit is contained in:
Seth Call 2016-02-29 11:36:34 -06:00
parent 681b27a4b4
commit 51977c7cc3
1 changed files with 0 additions and 2 deletions

View File

@ -298,8 +298,6 @@ describe ApiJamblastersController do
key = json[0]["pairing"]["key"]
key.should eq("abc")
puts response.body
jamblaster.reload
jamblaster.users.include?(user).should be true
end