0
0
Fork 0

Improve spec coverage and clean up api/v1/domain_blocks controller (#3466)

This commit is contained in:
Matt Jankowski 2017-05-31 14:31:14 -04:00 committed by Eugen Rochko
parent 9c7505489f
commit 84dda45df9
2 changed files with 45 additions and 7 deletions

View file

@ -13,7 +13,7 @@ RSpec.describe Api::V1::DomainBlocksController, type: :controller do
describe 'GET #show' do
before do
get :show
get :show, params: { limit: 1 }
end
it 'returns http success' do