more rails versions in ginger scenarios

This commit is contained in:
Adam Meehan 2009-12-11 15:19:07 +11:00
parent 40369efdff
commit 3bfc7b748f

View File

@ -1,15 +1,15 @@
# For use with the ginger gem to test plugin against multiple versions of Rails.
#
# To use ginger:
#
# sudo gem install freelancing-god-ginger --source=http://gems.github.com
#
# gem install ginger
#
# Then run
#
# ginger spec
#
Ginger.configure do |config|
rails_versions = ['2.0.2', '2.1.2', '2.2.2', '2.3.3', '2.3.4']
rails_versions = ['2.0.2', '2.1.2', '2.2.2', '2.3.3', '2.3.4', '2.3.5']
rails_versions.each do |v|
g = Ginger::Scenario.new("Rails #{v}")