From da272fc48ffaa808456fe94dd7a3e01bc9799832 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Aug 2010 08:11:44 +0000 Subject: update Rails 3 tests to use Rails 3 final Rails 3 is out, and requires no code changes on our end to work (as far as our tests show :) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 833288c..c140b89 100644 --- a/Rakefile +++ b/Rakefile @@ -207,7 +207,7 @@ task :isolate do status.success? or abort status.inspect # pure Ruby gems can be shared across all Rubies - %w(3.0.0.rc2).each do |rails_ver| + %w(3.0.0).each do |rails_ver| opts[:path] = "tmp/isolate/rails-#{rails_ver}" pid = fork { Isolate.now!(opts) { gem 'rails', rails_ver } } _, status = Process.waitpid2(pid) -- cgit v1.2.3-24-ge0c7