mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
Merge commit 'f476d9dab2f5cca6ae44b95961df6b6557d66dab' into glitch-soc/merge-upstream
Conflicts: - `lib/sanitize_ext/sanitize_config.rb`: Upstream enforced new code style rules, where we had different code. Applied the new code style rules.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user