Fix Lint/EmptyBlock
cop (#27748)
This commit is contained in:
parent
b06284c572
commit
cfa14ec6d1
7 changed files with 6 additions and 19 deletions
|
@ -53,7 +53,7 @@ RSpec.describe Api::V2::SearchController do
|
|||
|
||||
context 'without token' do
|
||||
describe 'GET #index' do
|
||||
let(:search_params) {}
|
||||
let(:search_params) { nil }
|
||||
|
||||
before do
|
||||
get :index, params: search_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue