diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-19 04:33:23 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-19 04:33:23 +0000 |
commit | 7af610631f47c004a7242d20c34459d52f06fd01 (patch) | |
tree | 89a80565715a3cbdfe35033445de6c5b46abf76d | |
parent | fab5064643372d91da29bb7dacb6025e9d498f3b (diff) | |
download | redmine-7af610631f47c004a7242d20c34459d52f06fd01.tar.gz redmine-7af610631f47c004a7242d20c34459d52f06fd01.zip |
Merged r3937 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.0-stable@3987 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | test/functional/issue_moves_controller_test.rb | 2 |
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 |