rake test aborts with ruby1.8.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11287 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-01-29 18:47:54 +00:00
parent b0f496a58d
commit 69ac014e2e
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ 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']