0
0
Fork 0

Fix RSpec/MetadataStyle cop in spec/ (#27729)

This commit is contained in:
Matt Jankowski 2023-11-06 09:28:20 -05:00 committed by GitHub
parent e4e752c26e
commit 949f5eb860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View file

@ -89,7 +89,7 @@ describe ApplicationHelper do
end
end
describe 'show_landing_strip?', without_verify_partial_doubles: true do
describe 'show_landing_strip?', :without_verify_partial_doubles do
describe 'when signed in' do
before do
allow(helper).to receive(:user_signed_in?).and_return(true)