Get route info

This commit is contained in:
Martin Lensment 2015-03-31 17:15:57 +03:00
parent 7d7861090c
commit 7e123f902e
2 changed files with 23 additions and 1 deletions

View file

@ -10,7 +10,7 @@ describe Repp::DomainV1 do
describe 'GET /repp/v1/domains', autodoc: true do
it 'returns domains of the current registrar' do
binding.pry
get_with_auth '/repp/v1/domains', { limit: 1, details: true }, @api_user
response.status.should == 200