mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
Removed a debugging "put"
This commit is contained in:
parent
a352b70bfc
commit
2ccf339437
|
@ -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