summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-20 23:10:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-03-20 23:10:11 +0000
commit679e40dfb4087cdaebf99670a23fd45e08c5e55e (patch)
treee520b12cde03e5133b47ae548b21a7dc050d6283 /test/test_helper.rb
parent2ac4ea11a5d97c08cc373979cd75cfbcd6764659 (diff)
downloadredmine-679e40dfb4087cdaebf99670a23fd45e08c5e55e.tar.gz
redmine-679e40dfb4087cdaebf99670a23fd45e08c5e55e.zip
Fix typo in test/test_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5182 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 647189c09..ea47670c0 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -109,7 +109,7 @@ class ActiveSupport::TestCase
File.join(RAILS_ROOT.gsub(%r{config\/\.\.}, ''), "/tmp/test/#{vendor.downcase}_repository")
end
- # Returns the url of the subbversion test repository
+ # Returns the url of the subversion test repository
def self.subversion_repository_url
path = repository_path('subversion')
path = '/' + path unless path.starts_with?('/')