Skip to content

Commit

Permalink
Tweaking garlic.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Jan 3, 2010
1 parent 58d9004 commit 24e9e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions garlic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
end
plugin 'factory_girl'
plugin 'cucumber'
plugin 'cucumber-rails' do
`script/generate cucumber -f`
end
plugin 'machinist'
plugin 'webrat'
plugin 'cucumber-rails' do
`script/generate cucumber --webrat -f`
end
end

run do
Expand Down

0 comments on commit 24e9e58

Please sign in to comment.