Skip to content

Commit

Permalink
Updating ginger to use latest 2.3.x release.
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Nov 28, 2009
1 parent 3835780 commit 9f9f09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ginger_scenarios.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
ar_2_2[/^active_?record$/] = "2.2.3" ar_2_2[/^active_?record$/] = "2.2.3"


ar_2_3 = Ginger::Scenario.new ar_2_3 = Ginger::Scenario.new
ar_2_3[/^active_?support$/] = "2.3.4" ar_2_3[/^active_?support$/] = "2.3.5"
ar_2_3[/^active_?record$/] = "2.3.4" ar_2_3[/^active_?record$/] = "2.3.5"


config.scenarios << ar_1_2 << ar_2_0 << ar_2_1 << ar_2_2 << ar_2_3 config.scenarios << ar_1_2 << ar_2_0 << ar_2_1 << ar_2_2 << ar_2_3
end end

0 comments on commit 9f9f09a

Please sign in to comment.