##// END OF EJS Templates
replace RAILS_ROOT to Rails.root in test/fixtures/repositories.yml....
Toshi MARUYAMA -
r5959:2797b1f388d6
parent child
Show More
@@ -1,9 +1,9
1 ---
1 ---
2 repositories_001:
2 repositories_001:
3 project_id: 1
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 id: 10
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 password: ""
7 password: ""
8 login: ""
8 login: ""
9 type: Subversion
9 type: Subversion
General Comments 0
You need to be logged in to leave comments. Login now