mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-20 13:48:09 +00:00
Remove admin_user helper method from SystemHelpers module (#34096)
This commit is contained in:
@@ -4,6 +4,7 @@ require 'rails_helper'
|
||||
|
||||
RSpec.describe 'Admin TermsOfService Previews' do
|
||||
let(:terms_of_service) { Fabricate(:terms_of_service, notification_sent_at: nil) }
|
||||
let(:admin_user) { Fabricate(:admin_user) }
|
||||
|
||||
before { sign_in(admin_user) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user