Remove admin_user helper method from SystemHelpers module (#34096)
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module SystemHelpers
|
||||
def admin_user
|
||||
Fabricate(:admin_user)
|
||||
end
|
||||
|
||||
def submit_button
|
||||
I18n.t('generic.save_changes')
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user