summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-25 17:32:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-07-25 17:32:53 +0000
commit0910b2bdbe5144238f6fb66e9b1172578a056472 (patch)
tree791fc42a1d41afedef640b95d841851e5654ae90 /test/unit/repository_test.rb
parent33d95444b66d4b4f88443957c200675157ca9963 (diff)
downloadredmine-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.rb2
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