mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #1107 from ZogStriP/patch-1
Removed a debug leftover
This commit is contained in:
commit
e77c396a19
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user