Rakefile in marcosinger-auto_html-1.3.5 vs Rakefile in marcosinger-auto_html-1.3.6

- old
+ new

@@ -8,10 +8,10 @@ t.pattern = 'test/**/*_test.rb' end desc 'Test with recent versions of Rails' task :test_with_recent do - versions = ['2.3.8', '3.0.3'] + versions = ['2.1.0', '2.2.2', '2.3.8', '3.0.3', '3.0.9'] versions.each do |v| puts "\n###### TESTING WITH RAILS #{v}" ENV['RAILS_VERSION'] = v Rake::Task['test'].execute end