Skip to content

Commit

Permalink
More garlic config
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 21, 2008
1 parent b16b524 commit 2ec3b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garlic_example.rb
Expand Up @@ -30,7 +30,7 @@
# for target, default repo is 'rails', default branch is 'master'
target 'edge', :branch => 'origin/master' do
prepare do
plugin 'inherit_views', :clone => true
plugin 'inherit_views', :branch => 'origin/master', :clone => true
plugin 'rspec'
plugin 'rspec-rails' do
sh "script/generate rspec -f"
Expand Down

0 comments on commit 2ec3b5d

Please sign in to comment.