* VRFS-3968 - remove puts
This commit is contained in:
parent
681b27a4b4
commit
51977c7cc3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue