Fix RSpec/MetadataStyle
cop in spec/ (#27729)
This commit is contained in:
parent
e4e752c26e
commit
949f5eb860
8 changed files with 11 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue