From 8c5d88160f1615e1e308c5f166fd6006d7cc5026 2014-04-16 00:20:32 From: Toshi MARUYAMA Date: 2014-04-16 00:20:32 Subject: [PATCH] fix typo at lib/tasks/ci.rake git-svn-id: http://svn.redmine.org/redmine/trunk@13094 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index fbc4d56..41a334c 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'