Fix path to test_helper

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3937 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Eric Davis 2010-08-12 13:57:46 +00:00
parent ff43bb1a74
commit a6112ef40d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
require 'test_helper'
require File.dirname(__FILE__) + '/../test_helper'
class IssueMovesControllerTest < ActionController::TestCase
fixtures :all