From 8c5d88160f1615e1e308c5f166fd6006d7cc5026 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 16 Apr 2014 00:20:32 +0000 Subject: [PATCH] fix typo at lib/tasks/ci.rake git-svn-id: http://svn.redmine.org/redmine/trunk@13094 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'