##// END OF EJS Templates
rake test aborts with ruby1.8....
Jean-Philippe Lang -
r11057:69ac014e2ec0
parent child
Show More
@@ -102,7 +102,6 namespace :test do
102 Rake::Task['test:rdm_routing'].comment = "Run the routing tests"
102 Rake::Task['test:rdm_routing'].comment = "Run the routing tests"
103
103
104 Rake::TestTask.new(:ui => "db:test:prepare") do |t|
104 Rake::TestTask.new(:ui => "db:test:prepare") do |t|
105 abort "ruby1.9 is required to run test:ui" if RUBY_VERSION < '1.9'
106 t.libs << "test"
105 t.libs << "test"
107 t.verbose = true
106 t.verbose = true
108 t.test_files = FileList['test/ui/**/*_test.rb']
107 t.test_files = FileList['test/ui/**/*_test.rb']
General Comments 0
You need to be logged in to leave comments. Login now