Don't test against Rails 2.0.5 under Ruby 1.9.

This commit is contained in:
Nathan Weizenbaum 2009-11-08 16:45:51 -08:00
parent 5bd2d438a8
commit 239252a8b7
1 changed files with 1 additions and 1 deletions

View File

@ -315,8 +315,8 @@ rails_versions = [
"v2.3.4",
"v2.2.2",
"v2.1.2",
"v2.0.5"
]
rails_versions << "v2.0.5" if RUBY_VERSION =~ /^1\.8/
namespace :test do
desc "Test all supported versions of rails. This takes a while."