about summary refs log tree commit diff
path: root/spec/helpers/admin/accounts_helper_spec.rb
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-04-14 21:09:55 -0400
committerEugen <eugen@zeonfederated.com>2017-04-15 03:09:55 +0200
commit09540192c96d2ed35accf0b34f3acd9d04170727 (patch)
treec81ec35f2176631b10ae5a83abcdddfa417a5593 /spec/helpers/admin/accounts_helper_spec.rb
parent08059ddda96496e5f3e257edbbecab43404faee7 (diff)
Rename admin/accounts_helper to admin/filter_helper (#1816)
- Add some spec coverage for both methods
- Add explicit constant call-outs for where the params are from
Diffstat (limited to 'spec/helpers/admin/accounts_helper_spec.rb')
-rw-r--r--spec/helpers/admin/accounts_helper_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/helpers/admin/accounts_helper_spec.rb b/spec/helpers/admin/accounts_helper_spec.rb
deleted file mode 100644
index b91f258b3..000000000
--- a/spec/helpers/admin/accounts_helper_spec.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'rails_helper'
-
-RSpec.describe Admin::AccountsHelper, type: :helper do
-
-end