Class: Playmo::Recipes::RspecRecipe

Inherits:
Playmo::Recipe
  • Object
show all
Defined in:
lib/playmo/recipes/rspec_recipe.rb

Instance Attribute Summary

Attributes inherited from Playmo::Recipe

#application_name, #question_instance, #silents

Instance Method Summary collapse

Methods inherited from Playmo::Recipe

#cook!, #question, #retrieve, #silently, #store

Instance Method Details

#setupObject



6
7
8
# File 'lib/playmo/recipes/rspec_recipe.rb', line 6

def setup
  question "Would you like to use Rspec in this project?" => :install_rspec
end