Class: Embryo::FactoryGirlGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Embryo::FactoryGirlGenerator
- Includes:
- GeneratorHelpers::Hidden
- Defined in:
- lib/generators/embryo/factory_girl.rb
Instance Method Summary collapse
Methods included from GeneratorHelpers::Hidden
Instance Method Details
#install ⇒ Object
7 8 9 10 |
# File 'lib/generators/embryo/factory_girl.rb', line 7 def install gem "factory_girl_rails", "~> 4.0", group: :test create_file "spec/support/factory_girl.rb", factory_girl_helper_data end |