Autofix Rubocop RSpec/EmptyLineAfterHook (#23718)

This commit is contained in:
Nick Schonning
2023-02-19 00:54:34 -05:00
committed by GitHub
parent 81ad6c2e39
commit e0e63b73ee
2 changed files with 1 additions and 7 deletions

View File

@ -82,6 +82,7 @@ describe ApplicationHelper do
before do
allow(helper).to receive(:user_signed_in?).and_return(true)
end
it 'does not show landing strip' do
expect(helper.show_landing_strip?).to eq false
end