Class: Bently::MinitestRails
- Inherits:
-
RailsRecipe
- Object
- Recipe
- RubyRecipe
- RailsRecipe
- Bently::MinitestRails
- Defined in:
- lib/bently/recipe/minitest-rails.rb
Constant Summary
Constants inherited from RubyRecipe
Instance Method Summary collapse
-
#initialize ⇒ MinitestRails
constructor
A new instance of MinitestRails.
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 ⇒ MinitestRails
Returns a new instance of MinitestRails.
8 9 10 11 12 |
# File 'lib/bently/recipe/minitest-rails.rb', line 8 def initialize requirement 'Create a new rails app without Test::Unit: `rails new MyApp --skip-test-unit`' gem 'minitest-rails' bundle end |