Autofix Rubocop RSpec/EmptyLineAfterSubject (#23719)
This commit is contained in:
@@ -7,6 +7,7 @@ describe EmojisController do
|
||||
|
||||
describe 'GET #show' do
|
||||
subject(:response) { get :show, params: { id: emoji.id, format: :json } }
|
||||
|
||||
subject(:body) { JSON.parse(response.body, symbolize_names: true) }
|
||||
|
||||
it 'returns the right response' do
|
||||
|
Reference in New Issue
Block a user