Class: LetterPress::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LetterPress::Generators::InstallGenerator
- Defined in:
- lib/generators/letter_press/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#blueprints_file ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/generators/letter_press/install/install_generator.rb', line 9 def blueprints_file if rspec? copy_file "blueprint.rb", "spec/blueprint.rb" else copy_file "blueprint.rb", "test/blueprint.rb" end end |