scm: filesystem: replace RAILS_ROOT to Rails.root in unit adapter test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6053 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3b3616ed21
commit
7786633ddc
|
@ -2,8 +2,7 @@
|
||||||
require File.expand_path('../../../../../../test_helper', __FILE__)
|
require File.expand_path('../../../../../../test_helper', __FILE__)
|
||||||
|
|
||||||
class FilesystemAdapterTest < ActiveSupport::TestCase
|
class FilesystemAdapterTest < ActiveSupport::TestCase
|
||||||
|
REPOSITORY_PATH = Rails.root.join('tmp/test/filesystem_repository').to_s
|
||||||
REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/filesystem_repository'
|
|
||||||
|
|
||||||
if File.directory?(REPOSITORY_PATH)
|
if File.directory?(REPOSITORY_PATH)
|
||||||
def setup
|
def setup
|
||||||
|
|
Loading…
Reference in New Issue