]> source.dussan.org Git - redmine.git/commitdiff
Fix typo in test/test_helper.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 20 Mar 2011 23:10:11 +0000 (23:10 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 20 Mar 2011 23:10:11 +0000 (23:10 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5182 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/test_helper.rb

index 647189c09e272a9fdcae978a42777d83c18b079f..ea47670c049089a74079d01b87319a779779790d 100644 (file)
@@ -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?('/')