Improve spec coverage and clean up api/v1/domain_blocks controller (#3466)
This commit is contained in:
parent
9c7505489f
commit
84dda45df9
2 changed files with 45 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue