Skip to content

Commit

Permalink
Fixing typo in garlic_example.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 3, 2008
1 parent c6f6426 commit f20fa7e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions garlic_example.rb
Expand Up @@ -12,9 +12,11 @@

garlic do
repo 'rails', :url => 'git://github.com/rails/rails'#, :local => "~/dev/vendor/rails"
# targeting ianwhite/rspec as it has some outstanding patches applied
repo 'rspec', :url => 'git://github.com/ianwhite/rspec'#, :local => "~/dev/vendor/rspec"
repo 'rspec-rails', :url => 'git://github.com/ianhwite/rspec-rails'#, :local => "~/dev/vendor/rspec-rails"

# using ianwhite/rspec-rails as it has some patches that are not yet applied in dchelimsky/rspec-rails
repo 'rspec', :url => 'git://github.com/ianwhite/rspec'
repo 'rspec-rails', :url => 'git://github.com/ianwhite/rspec-rails'

repo 'resources_controller', :path => '.'

target 'edge'
Expand Down

0 comments on commit f20fa7e

Please sign in to comment.