Skip to content

Commit

Permalink
Test nulldb against activerecord 2.3.8 and 3.0.0.beta4.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jun 17, 2010
1 parent 5bdfb6f commit cecf632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ginger_scenarios.rb
Expand Up @@ -13,9 +13,9 @@ def create_scenario(version)

versions = []

# Rails 3 doesn't work on Ruby 1.8.6, so skip it.
versions << '3.0.0.beta' unless RUBY_VERSION == '1.8.6'
versions += %w( 2.3.5 2.3.4 2.3.3 2.3.2 )
# Rails 3 only works on Ruby 1.8.7
versions << '3.0.0.beta4' if RUBY_VERSION == '1.8.7'
versions += %w( 2.3.8 2.3.5 2.3.4 2.3.3 2.3.2 )
versions += %w(
2.2.3 2.2.2
2.1.2 2.1.1 2.1.0
Expand Down

0 comments on commit cecf632

Please sign in to comment.