diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-25 17:32:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-25 17:32:53 +0000 |
commit | 0910b2bdbe5144238f6fb66e9b1172578a056472 (patch) | |
tree | 791fc42a1d41afedef640b95d841851e5654ae90 /test/unit/repository_test.rb | |
parent | 33d95444b66d4b4f88443957c200675157ca9963 (diff) | |
download | redmine-0910b2bdbe5144238f6fb66e9b1172578a056472.tar.gz redmine-0910b2bdbe5144238f6fb66e9b1172578a056472.zip |
Drop Darcs support (#26391).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@16886 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/repository_test.rb')
-rw-r--r-- | test/unit/repository_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb index 489a1d69d..59f011f9f 100644 --- a/test/unit/repository_test.rb +++ b/test/unit/repository_test.rb @@ -221,7 +221,7 @@ class RepositoryTest < ActiveSupport::TestCase def test_should_not_create_with_disabled_scm # disable Subversion - with_settings :enabled_scm => ['Darcs', 'Git'] do + with_settings :enabled_scm => ['Mercurial', 'Git'] do repository = Repository::Subversion.new( :project => Project.find(3), :url => "svn://localhost") assert !repository.save |