Fix RSpec/InferredSpecType cop (#24736)

This commit is contained in:
Matt Jankowski
2023-05-03 23:49:53 -04:00
committed by GitHub
parent 710745e16b
commit c97b611b6b
171 changed files with 170 additions and 345 deletions

View File

@@ -2,7 +2,7 @@
require 'rails_helper'
describe FlashesHelper, type: :helper do
describe FlashesHelper do
describe 'user_facing_flashes' do
it 'returns user facing flashes' do
flash[:alert] = 'an alert'