##// END OF EJS Templates
fix typo at lib/tasks/ci.rake...
Toshi MARUYAMA -
r12819:8c5d88160f16
parent child
Show More
@@ -1,4 +1,4
1 desc "Run the Continous Integration tests for Redmine"
1 desc "Run the Continuous Integration tests for Redmine"
2 task :ci do
2 task :ci do
3 # RAILS_ENV and ENV[] can diverge so force them both to test
3 # RAILS_ENV and ENV[] can diverge so force them both to test
4 ENV['RAILS_ENV'] = 'test'
4 ENV['RAILS_ENV'] = 'test'
General Comments 0
You need to be logged in to leave comments. Login now