From a6112ef40d234ae51bf35cef0cc939794f38ede8 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 12 Aug 2010 13:57:46 +0000 Subject: [PATCH] Fix path to test_helper git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3937 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issue_moves_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/issue_moves_controller_test.rb b/test/functional/issue_moves_controller_test.rb index 083959c7..7c400576 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