Improve spec coverage and clean up api/v1/domain_blocks controller (#3466)
This commit is contained in:
committed by
Eugen Rochko
parent
9c7505489f
commit
84dda45df9
@ -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
|
||||
|
Reference in New Issue
Block a user