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:
parent
a581f35dff
commit
8c5d88160f
|
@ -1,4 +1,4 @@
|
||||||
desc "Run the Continous Integration tests for Redmine"
|
desc "Run the Continuous Integration tests for Redmine"
|
||||||
task :ci do
|
task :ci do
|
||||||
# RAILS_ENV and ENV[] can diverge so force them both to test
|
# RAILS_ENV and ENV[] can diverge so force them both to test
|
||||||
ENV['RAILS_ENV'] = 'test'
|
ENV['RAILS_ENV'] = 'test'
|
||||||
|
|
Loading…
Reference in New Issue