summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-04-16 00:20:32 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-04-16 00:20:32 +0000
commit8c5d88160f1615e1e308c5f166fd6006d7cc5026 (patch)
tree0e6b8be784bac14a4c557f46142872006ebe8c4a /lib
parenta581f35dff23bce64a24320ee7166bea497aea14 (diff)
downloadredmine-8c5d88160f1615e1e308c5f166fd6006d7cc5026.tar.gz
redmine-8c5d88160f1615e1e308c5f166fd6006d7cc5026.zip
fix typo at lib/tasks/ci.rake
git-svn-id: http://svn.redmine.org/redmine/trunk@13094 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/ci.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake
index fbc4d5688..41a334c5e 100644
--- a/lib/tasks/ci.rake
+++ b/lib/tasks/ci.rake
@@ -1,4 +1,4 @@
-desc "Run the Continous Integration tests for Redmine"
+desc "Run the Continuous Integration tests for Redmine"
task :ci do
# RAILS_ENV and ENV[] can diverge so force them both to test
ENV['RAILS_ENV'] = 'test'