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'
RSpec.describe PingController, type: :controller do
RSpec.describe PingController do
describe 'index' do
it 'returns the wanted page and answer with HTTP Status 200' do
get :index