fix typo at lib/tasks/ci.rake

git-svn-id: http://svn.redmine.org/redmine/trunk@13094 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-04-16 00:20:32 +00:00
parent a581f35dff
commit 8c5d88160f
1 changed files with 1 additions and 1 deletions

View File

@ -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'