CI tasks cleanup.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11283 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2013-01-29 17:34:35 +00:00
parent 8ec0990d94
commit d215cc136c
2 changed files with 34 additions and 53 deletions

View File

@@ -102,6 +102,7 @@ namespace :test do
Rake::Task['test:rdm_routing'].comment = "Run the routing tests"
Rake::TestTask.new(:ui => "db:test:prepare") do |t|
abort "ruby1.9 is required to run test:ui" if RUBY_VERSION < '1.9'
t.libs << "test"
t.verbose = true
t.test_files = FileList['test/ui/**/*_test.rb']