Cosmetic changes.

This commit is contained in:
Vikhyat Korrapati
2014-06-10 06:53:18 +05:30
parent d4cf0a58e3
commit 67a2b2598d
5 changed files with 8 additions and 6 deletions

View File

@ -28,7 +28,7 @@ describe UserBadgesController do
end
it 'includes counts when passed the aggregate argument' do
xhr :get, :index, username: user.username, aggregated: true
xhr :get, :index, username: user.username, grouped: true
response.status.should == 200
parsed = JSON.parse(response.body)