summaryrefslogtreecommitdiffstats
path: root/test/functional/issue_moves_controller_test.rb
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-12 13:57:46 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-12 13:57:46 +0000
commita6112ef40d234ae51bf35cef0cc939794f38ede8 (patch)
tree4304ad04e50ea052fdb3499d7a9ae8dc903c5ac5 /test/functional/issue_moves_controller_test.rb
parentff43bb1a74a7450dbcee2d8b0b152d2173a810e1 (diff)
downloadredmine-a6112ef40d234ae51bf35cef0cc939794f38ede8.tar.gz
redmine-a6112ef40d234ae51bf35cef0cc939794f38ede8.zip
Fix path to test_helper
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3937 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/issue_moves_controller_test.rb')
-rw-r--r--test/functional/issue_moves_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/issue_moves_controller_test.rb b/test/functional/issue_moves_controller_test.rb
index 083959c74..7c4005767 100644
--- a/test/functional/issue_moves_controller_test.rb
+++ b/test/functional/issue_moves_controller_test.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require File.dirname(__FILE__) + '/../test_helper'
class IssueMovesControllerTest < ActionController::TestCase
fixtures :all