Class: Bently::GuardSpork
- Inherits:
-
RailsRecipe
- Object
- Recipe
- RubyRecipe
- RailsRecipe
- Bently::GuardSpork
- Defined in:
- lib/bently/recipe/guard-spork.rb
Constant Summary
Constants inherited from RubyRecipe
Instance Method Summary collapse
-
#initialize ⇒ GuardSpork
constructor
A new instance of GuardSpork.
Methods inherited from RailsRecipe
Methods inherited from RubyRecipe
Methods inherited from Recipe
#append, breakdown, category, #code, #create, description, homepage, #insert, #modify, #operate, #operations, #prepend, #remove, #requirement, #run, #say, title, #todo, #usage, version, #warn
Constructor Details
#initialize ⇒ GuardSpork
Returns a new instance of GuardSpork.
8 9 10 11 12 13 14 |
# File 'lib/bently/recipe/guard-spork.rb', line 8 def initialize gem_group :development do gem 'guard-spork' end bundle run 'guard init spork' end |