Removed a debugging "put"

This commit is contained in:
Régis Hanol 2013-06-28 23:16:13 +02:00
parent a352b70bfc
commit 2ccf339437

View File

@ -36,9 +36,6 @@ describe TopicsController do
participant['id'].should == user.id
participant['username'].should == user.username
participant['avatar_template'].should == user.avatar_template
puts json.inspect
end
end