Fix test description

This commit is contained in:
Martin Lensment 2015-04-16 11:48:50 +03:00
parent 64e532c53d
commit 669c28377b
4 changed files with 13 additions and 13 deletions

View file

@ -9,7 +9,7 @@ describe Repp::AccountV1 do
end
describe 'GET /repp/v1/accounts/balance' do
it 'returns domains of the current registrar', autodoc: true, route_info_doc: true do
it 'returns account balance of the current registrar', autodoc: true, route_info_doc: true do
get_with_auth '/repp/v1/accounts/balance', {}, @api_user
response.status.should == 200