summaryrefslogtreecommitdiffstats
path: root/test/functional/attachments_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/attachments_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/attachments_controller_test.rb')
-rw-r--r--test/functional/attachments_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/attachments_controller_test.rb b/test/functional/attachments_controller_test.rb
index 5d3387975..08c31078a 100644
--- a/test/functional/attachments_controller_test.rb
+++ b/test/functional/attachments_controller_test.rb
@@ -19,7 +19,7 @@
require File.expand_path('../../test_helper', __FILE__)
-class AttachmentsControllerTest < ActionController::TestCase
+class AttachmentsControllerTest < Redmine::ControllerTest
fixtures :users, :projects, :roles, :members, :member_roles,
:enabled_modules, :issues, :trackers, :attachments,
:versions, :wiki_pages, :wikis, :documents