summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 5ad64517b..2572495df 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -277,6 +277,10 @@ module Redmine
end
end
+ class HelperTest < ActionView::TestCase
+
+ end
+
class ControllerTest < ActionController::TestCase
def process(method, path, parameters={}, session={}, flash={})
if parameters.key?(:params) || parameters.key?(:session)