mirror of
https://github.com/discourse/discourse.git
synced 2025-06-28 00:12:51 +08:00
Removed a debugging "put"
This commit is contained in:
@ -36,9 +36,6 @@ describe TopicsController do
|
|||||||
participant['id'].should == user.id
|
participant['id'].should == user.id
|
||||||
participant['username'].should == user.username
|
participant['username'].should == user.username
|
||||||
participant['avatar_template'].should == user.avatar_template
|
participant['avatar_template'].should == user.avatar_template
|
||||||
|
|
||||||
|
|
||||||
puts json.inspect
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user