Class: Pu::Test::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pu::Test::InstallGenerator
- Includes:
- PlutoniumGenerators::Generator
- Defined in:
- lib/generators/pu/test/install/install_generator.rb
Instance Method Summary collapse
Methods included from PlutoniumGenerators::Generator
derive_association_name, find_shared_namespace, included
Methods included from PlutoniumGenerators::Concerns::Logger
#debug, #error, #exception, #info, #success, #warn
Methods included from PlutoniumGenerators::Concerns::Config
Instance Method Details
#install ⇒ Object
14 15 16 17 |
# File 'lib/generators/pu/test/install/install_generator.rb', line 14 def install add_require_to_test_helper copy_support_file end |