mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-11 06:20:42 +00:00
Autofix Rubocop RSpec/EmptyLineAfterHook (#23718)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user