From 2ccf3394377e5660144f1039ae878627478859b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 28 Jun 2013 23:16:13 +0200 Subject: [PATCH] Removed a debugging "put" --- spec/controllers/topics_controller_spec.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/spec/controllers/topics_controller_spec.rb b/spec/controllers/topics_controller_spec.rb index 59088a2c47f..ecaf76f6d8d 100644 --- a/spec/controllers/topics_controller_spec.rb +++ b/spec/controllers/topics_controller_spec.rb @@ -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