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:
parent
b0f496a58d
commit
69ac014e2e
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue