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:
parent
ff43bb1a74
commit
a6112ef40d
|
@ -1,4 +1,4 @@
|
||||||
require 'test_helper'
|
require File.dirname(__FILE__) + '/../test_helper'
|
||||||
|
|
||||||
class IssueMovesControllerTest < ActionController::TestCase
|
class IssueMovesControllerTest < ActionController::TestCase
|
||||||
fixtures :all
|
fixtures :all
|
||||||
|
|
Loading…
Reference in New Issue