mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
Add automatically assigned trust level badges.
This commit is contained in:
@ -9,7 +9,7 @@ describe BadgesController do
|
||||
|
||||
response.status.should == 200
|
||||
parsed = JSON.parse(response.body)
|
||||
parsed["badges"].length.should == 1
|
||||
parsed["badges"].length.should == Badge.count
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user