diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-16 11:36:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-16 11:36:57 +0000 |
commit | c4b4b8a71e21af1fc75ad284453df6be93326d32 (patch) | |
tree | 929311a023961bce553431bb11e1c76516b83eb2 /test/test_helper.rb | |
parent | 745833a66c3526cff3f85543da722d6ebedd53b1 (diff) | |
download | redmine-c4b4b8a71e21af1fc75ad284453df6be93326d32.tar.gz redmine-c4b4b8a71e21af1fc75ad284453df6be93326d32.zip |
Adds a class for testing helpers.
git-svn-id: http://svn.redmine.org/redmine/trunk@15683 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 4 |
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) |