Skip to content

Commit

Permalink
Adding comments back into garlic_example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian White committed May 22, 2008
1 parent 6243c1b commit 611cb5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions garlic_example.rb
Expand Up @@ -17,9 +17,9 @@

# repo, give a url, specify :local to use a local repo (faster
# and will still update from the origin url)
repo 'rails', :url => 'git://github.com/rails/rails', :local => "~/dev/vendor/rails"
repo 'rspec', :url => 'git://github.com/dchelimsky/rspec', :local => "~/dev/vendor/rspec"
repo 'rspec-rails', :url => 'git://github.com/dchelimsky/rspec-rails', :local => "~/dev/vendor/rspec-rails"
repo 'rails', :url => 'git://github.com/rails/rails'#, :local => "~/dev/vendor/rails"
repo 'rspec', :url => 'git://github.com/dchelimsky/rspec'#, :local => "~/dev/vendor/rspec"
repo 'rspec-rails', :url => 'git://github.com/dchelimsky/rspec-rails'#, :local => "~/dev/vendor/rspec-rails"
repo 'response_for', :path => '.'

# for target, default repo is 'rails', default branch is 'master'
Expand Down

0 comments on commit 611cb5b

Please sign in to comment.