From 530c8941cf3ce8dd5be0e40faf902479bd8a87d7 Mon Sep 17 00:00:00 2001 From: winebarrel Date: Thu, 3 Oct 2013 23:56:58 +0900 Subject: [PATCH] add 2.0.0 to rails support version --- t/test-rails3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-rails3.sh b/t/test-rails3.sh index 907ef0de..489ceb09 100644 --- a/t/test-rails3.sh +++ b/t/test-rails3.sh @@ -1,7 +1,7 @@ . ./test-lib.sh RAILS_VERSION=${RAILS_VERSION-3.0.0} case $RUBY_VERSION in -1.8.7|1.9.2) ;; +1.8.7|1.9.2|2.0.0) ;; *) t_info "RUBY_VERSION=$RUBY_VERSION unsupported for Rails 3" exit 0