##// END OF EJS Templates
replace RAILS_ROOT to Rails.root in test/fixtures/repositories.yml....
Toshi MARUYAMA -
r5959:2797b1f388d6
parent child
Show More
@@ -1,17 +1,17
1 1 ---
2 2 repositories_001:
3 3 project_id: 1
4 url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
4 url: file:///<%= Rails.root %>/tmp/test/subversion_repository
5 5 id: 10
6 root_url: file:///<%= RAILS_ROOT.gsub(%r{config\/\.\.}, '') %>/tmp/test/subversion_repository
6 root_url: file:///<%= Rails.root %>/tmp/test/subversion_repository
7 7 password: ""
8 8 login: ""
9 9 type: Subversion
10 10 repositories_002:
11 11 project_id: 2
12 12 url: svn://localhost/test
13 13 id: 11
14 14 root_url: svn://localhost
15 15 password: ""
16 16 login: ""
17 17 type: Subversion
General Comments 0
You need to be logged in to leave comments. Login now