Fix Rubocop offenses

This commit is contained in:
Sebastian Serth
2022-10-24 12:10:10 +02:00
parent b32bf1232b
commit c75f52f2c8
20 changed files with 222 additions and 222 deletions

View File

@ -2,7 +2,7 @@
require 'rails_helper'
describe PingController, type: :routing do
describe PingController do
context 'with routes to #show' do
it { expect(get: '/ping').to route_to('ping#index', format: :json) }
end