summaryrefslogtreecommitdiffstats
path: root/lib/tasks
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-04-14 08:20:41 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2020-04-14 08:20:41 +0000
commit6cdd161ba12e860cce0ab4ae643067f7b16a094e (patch)
tree523c7d591b847126b7a3cd1ed04d9dc4620a2f68 /lib/tasks
parentea7ea681894a96a671736f7d6f2d0765e746963c (diff)
downloadredmine-6cdd161ba12e860cce0ab4ae643067f7b16a094e.tar.gz
redmine-6cdd161ba12e860cce0ab4ae643067f7b16a094e.zip
scm: git: add new test repository which has UTF-8 Emoji committer and comments (#24030)
git-svn-id: http://svn.redmine.org/redmine/trunk@19698 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/testing.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake
index 33bedd4e0..6a44c3eb7 100644
--- a/lib/tasks/testing.rake
+++ b/lib/tasks/testing.rake
@@ -26,7 +26,7 @@ namespace :test do
FileUtils.mkdir_p Rails.root + '/tmp/test'
end
- supported_scms = [:subversion, :cvs, :bazaar, :mercurial, :git, :filesystem]
+ supported_scms = [:subversion, :cvs, :bazaar, :mercurial, :git, :git_utf8, :filesystem]
desc "Creates a test subversion repository"
task :subversion => :create_dir do