Fix typo in test/test_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5182 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2ac4ea11a5
commit
679e40dfb4
|
@ -109,7 +109,7 @@ class ActiveSupport::TestCase
|
||||||
File.join(RAILS_ROOT.gsub(%r{config\/\.\.}, ''), "/tmp/test/#{vendor.downcase}_repository")
|
File.join(RAILS_ROOT.gsub(%r{config\/\.\.}, ''), "/tmp/test/#{vendor.downcase}_repository")
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns the url of the subbversion test repository
|
# Returns the url of the subversion test repository
|
||||||
def self.subversion_repository_url
|
def self.subversion_repository_url
|
||||||
path = repository_path('subversion')
|
path = repository_path('subversion')
|
||||||
path = '/' + path unless path.starts_with?('/')
|
path = '/' + path unless path.starts_with?('/')
|
||||||
|
|
Loading…
Reference in New Issue