diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2019-10-25 05:50:09 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-10-24 22:50:09 +0200 |
commit | a6269b2f83e3eed1a8ab545f5756cd7b582075f5 (patch) | |
tree | 5f8ce4899be4f972f9b255e86bff4d17544368c7 /spec/helpers/admin | |
parent | a9530e29a2813ed8cf4c8f13fe60dd9fad245466 (diff) |
Split AccountsHelper from StatusesHelper (#12078)
Diffstat (limited to 'spec/helpers/admin')
-rw-r--r-- | spec/helpers/admin/account_moderation_notes_helper_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/admin/account_moderation_notes_helper_spec.rb b/spec/helpers/admin/account_moderation_notes_helper_spec.rb index ddfe8b46f..622ce8806 100644 --- a/spec/helpers/admin/account_moderation_notes_helper_spec.rb +++ b/spec/helpers/admin/account_moderation_notes_helper_spec.rb @@ -3,7 +3,7 @@ require 'rails_helper' RSpec.describe Admin::AccountModerationNotesHelper, type: :helper do - include StatusesHelper + include AccountsHelper describe '#admin_account_link_to' do context 'account is nil' do |