1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

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

View file

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