summaryrefslogtreecommitdiffstats
path: root/test/integration/attachments_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-30 15:16:43 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-30 15:16:43 +0000
commit8e84b1a48f49919806650baad353f3abd70ef1f4 (patch)
treeb57bda56d4f57ea75a3bd8523df706b6abc5705b /test/integration/attachments_test.rb
parentd22029083c486bb4d67bee26cf496f642491890c (diff)
downloadredmine-8e84b1a48f49919806650baad353f3abd70ef1f4.tar.gz
redmine-8e84b1a48f49919806650baad353f3abd70ef1f4.zip
Moved helpers for integration tests in a specific class.
git-svn-id: http://svn.redmine.org/redmine/trunk@13680 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/integration/attachments_test.rb')
-rw-r--r--test/integration/attachments_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/attachments_test.rb b/test/integration/attachments_test.rb
index 69d42d48a..47577cbd0 100644
--- a/test/integration/attachments_test.rb
+++ b/test/integration/attachments_test.rb
@@ -17,7 +17,7 @@
require File.expand_path('../../test_helper', __FILE__)
-class AttachmentsTest < ActionDispatch::IntegrationTest
+class AttachmentsTest < Redmine::IntegrationTest
fixtures :projects, :enabled_modules,
:users, :roles, :members, :member_roles,
:trackers, :projects_trackers,