From 9314a0e8b059fd460a65f86bd428e6e7a781dcca Mon Sep 17 00:00:00 2001 From: Ian White Date: Fri, 8 Jan 2010 14:25:18 +0000 Subject: [PATCH] Remove rails 2.0 from garlic targets, as edge rspec is not happy with rails 2.0 anymore --- garlic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garlic.rb b/garlic.rb index 9513699..ccb4d71 100644 --- a/garlic.rb +++ b/garlic.rb @@ -4,7 +4,7 @@ repo 'rspec', :url => 'git://github.com/dchelimsky/rspec' repo 'rspec-rails', :url => 'git://github.com/dchelimsky/rspec-rails' - ['2-3-stable', '2-2-stable', '2-1-stable', '2-0-stable'].each do |rails| + ['2-3-stable', '2-2-stable', '2-1-stable'].each do |rails| target rails, :tree_ish => "origin/#{rails}" do prepare do