##// END OF EJS Templates
Fix typo in test/test_helper.rb....
Toshi MARUYAMA -
r5062:679e40dfb408
parent child
Show More
@@ -109,7 +109,7 class ActiveSupport::TestCase
109 File.join(RAILS_ROOT.gsub(%r{config\/\.\.}, ''), "/tmp/test/#{vendor.downcase}_repository")
109 File.join(RAILS_ROOT.gsub(%r{config\/\.\.}, ''), "/tmp/test/#{vendor.downcase}_repository")
110 end
110 end
111
111
112 # Returns the url of the subbversion test repository
112 # Returns the url of the subversion test repository
113 def self.subversion_repository_url
113 def self.subversion_repository_url
114 path = repository_path('subversion')
114 path = repository_path('subversion')
115 path = '/' + path unless path.starts_with?('/')
115 path = '/' + path unless path.starts_with?('/')
General Comments 0
You need to be logged in to leave comments. Login now