diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-29 18:47:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-29 18:47:54 +0000 |
commit | 69ac014e2ec0abe696f44b1622054e2adf0f016c (patch) | |
tree | 5d969dff3f3b8f1039f7c38b8ca1299e5befd97f /lib | |
parent | b0f496a58d4ecc149737448d231a24d707028674 (diff) | |
download | redmine-69ac014e2ec0abe696f44b1622054e2adf0f016c.tar.gz redmine-69ac014e2ec0abe696f44b1622054e2adf0f016c.zip |
rake test aborts with ruby1.8.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11287 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/testing.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tasks/testing.rake b/lib/tasks/testing.rake index 3601d7660..cfb8e77f9 100644 --- a/lib/tasks/testing.rake +++ b/lib/tasks/testing.rake @@ -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'] |