diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-04-14 15:31:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-04-14 15:31:04 +0000 |
commit | 5d05de4b09d098616631168bd27ee07d6db0f1d6 (patch) | |
tree | 7b71eb314c813dd854d16ac25a6ba5ab1e2b2c39 /test | |
parent | 36120d17e78095ef5c9a1c72f85438c477f5ab06 (diff) | |
download | redmine-5d05de4b09d098616631168bd27ee07d6db0f1d6.tar.gz redmine-5d05de4b09d098616631168bd27ee07d6db0f1d6.zip |
code layout clean up test/unit/repository_subversion_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11716 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/repository_subversion_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_subversion_test.rb b/test/unit/repository_subversion_test.rb index 4f653a7a8..9e9cdac9d 100644 --- a/test/unit/repository_subversion_test.rb +++ b/test/unit/repository_subversion_test.rb @@ -25,7 +25,7 @@ class RepositorySubversionTest < ActiveSupport::TestCase def setup @project = Project.find(3) @repository = Repository::Subversion.create(:project => @project, - :url => self.class.subversion_repository_url) + :url => self.class.subversion_repository_url) assert @repository end |