aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/helpers/helpery_test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/test/fixtures/helpers/helpery_test_helper.rb')
-rw-r--r--actionview/test/fixtures/helpers/helpery_test_helper.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionview/test/fixtures/helpers/helpery_test_helper.rb b/actionview/test/fixtures/helpers/helpery_test_helper.rb
new file mode 100644
index 0000000000..9836143848
--- /dev/null
+++ b/actionview/test/fixtures/helpers/helpery_test_helper.rb
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+module HelperyTestHelper
+ def helpery_test
+ "Default"
+ end
+end