Class: Bently::GuardCucumber
- Inherits:
-
RailsRecipe
- Object
- Recipe
- RubyRecipe
- RailsRecipe
- Bently::GuardCucumber
- Defined in:
- lib/bently/recipe/guard-cucumber.rb
Constant Summary
Constants inherited from RubyRecipe
Instance Method Summary collapse
-
#initialize ⇒ GuardCucumber
constructor
A new instance of GuardCucumber.
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 ⇒ GuardCucumber
Returns a new instance of GuardCucumber.
8 9 10 11 12 13 14 |
# File 'lib/bently/recipe/guard-cucumber.rb', line 8 def initialize gem_group :development do gem 'guard-cucumber' end bundle run 'guard init cucumber' end |