##// 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 102 Rake::Task['test:rdm_routing'].comment = "Run the routing tests"
103 103
104 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 105 t.libs << "test"
107 106 t.verbose = true
108 107 t.test_files = FileList['test/ui/**/*_test.rb']
General Comments 0
You need to be logged in to leave comments. Login now