From 18968f6aff2fa5ba5a7e3e3d47c9cc05cd6c260d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Aug 2010 07:07:14 +0000 Subject: update Rails3 tests to use 3.0.0rc2 No code changes needed, thankfully. --- t/rails3-app/Gemfile | 2 +- t/test-rails3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/rails3-app/Gemfile b/t/rails3-app/Gemfile index 491e910..9fbe5ee 100644 --- a/t/rails3-app/Gemfile +++ b/t/rails3-app/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -# gem 'rails', '3.0.0.beta3' +# gem 'rails', '3.0.0.rc2' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' diff --git a/t/test-rails3.sh b/t/test-rails3.sh index beeccf5..5661e29 100644 --- a/t/test-rails3.sh +++ b/t/test-rails3.sh @@ -1,5 +1,5 @@ . ./test-lib.sh -RAILS_VERSION=${RAILS_VERSION-3.0.0.beta4} +RAILS_VERSION=${RAILS_VERSION-3.0.0.rc2} case $RUBY_VERSION in 1.8.7|1.9.2) ;; *) -- cgit v1.2.3-24-ge0c7