Class: Rolemodel::Testing::TestProfGenerator
- Inherits:
-
GeneratorBase
- Object
- Rails::Generators::Base
- GeneratorBase
- Rolemodel::Testing::TestProfGenerator
- Defined in:
- lib/generators/rolemodel/testing/test_prof/test_prof_generator.rb
Instance Method Summary collapse
Instance Method Details
#install_test_prof ⇒ Object
6 7 8 9 10 11 |
# File 'lib/generators/rolemodel/testing/test_prof/test_prof_generator.rb', line 6 def install_test_prof gem_group :test do gem 'test-prof' end run_bundle end |