From c4b4b8a71e21af1fc75ad284453df6be93326d32 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 16 Jul 2016 11:36:57 +0000 Subject: Adds a class for testing helpers. git-svn-id: http://svn.redmine.org/redmine/trunk@15683 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/test_helper.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/test_helper.rb') 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) -- cgit v1.2.3