replace RAILS_ROOT to Rails.root in test/fixtures/repositories.yml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6079 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
99dc549232
commit
2797b1f388
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
repositories_001:
|
repositories_001:
|
||||||
project_id: 1
|
project_id: 1
|
||||||
url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
|
url: file:///<%= Rails.root %>/tmp/test/subversion_repository
|
||||||
id: 10
|
id: 10
|
||||||
root_url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
|
root_url: file:///<%= Rails.root %>/tmp/test/subversion_repository
|
||||||
password: ""
|
password: ""
|
||||||
login: ""
|
login: ""
|
||||||
type: Subversion
|
type: Subversion
|
||||||
|
|
Loading…
Reference in New Issue