summaryrefslogtreecommitdiffstats
path: root/test/functional/welcome_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-14 09:35:49 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-07-14 09:35:49 +0000
commit2e4e610930cda0a800bced31f2ab0a473fd384e2 (patch)
tree17dc8a16782044e0b9e9a0796d41794c7287eb95 /test/functional/welcome_controller_test.rb
parent9d9e26317a611a393d966e80ec4620304baff67e (diff)
downloadredmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.tar.gz
redmine-2e4e610930cda0a800bced31f2ab0a473fd384e2.zip
Adds our own class for controller tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15661 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/welcome_controller_test.rb')
-rw-r--r--test/functional/welcome_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/welcome_controller_test.rb b/test/functional/welcome_controller_test.rb
index c9c12affb..e75d8a4af 100644
--- a/test/functional/welcome_controller_test.rb
+++ b/test/functional/welcome_controller_test.rb
@@ -17,7 +17,7 @@
require File.expand_path('../../test_helper', __FILE__)
-class WelcomeControllerTest < ActionController::TestCase
+class WelcomeControllerTest < Redmine::ControllerTest
fixtures :projects, :news, :users, :members
def setup