Skip to content

Commit

Permalink
Merge branch '0.1-stable' into 0.1-stable-rails2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 14, 2008
2 parents a56c8d3 + 0aeceda commit 5162211
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,3 +1,3 @@
doc/*
garlic/*
garlic
garlic.rb
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -37,7 +37,7 @@ response_for works with rails 2 and edge.
=== Specs and Coverage

* The SPECDOC lists the specifications
* Coverage is 100% (C2), and the spec suite is quite comprehensive
* Coverage is 100% (C0), and the spec suite is quite comprehensive

RSpec is used for testing, so the tests are in <tt>spec/</tt> rather than
<tt>test/</tt> Do rake --tasks for more details.
Expand Down
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 5162211

Please sign in to comment.