Class: TextSpec::StepsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- TextSpec::StepsGenerator
- Defined in:
- lib/generators/text_spec/steps/steps_generator.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
9 10 11 |
# File 'lib/generators/text_spec/steps/steps_generator.rb', line 9 def self.source_root File.join(File.dirname(__FILE__), 'templates') end |
Instance Method Details
#generate ⇒ Object
5 6 7 |
# File 'lib/generators/text_spec/steps/steps_generator.rb', line 5 def generate copy_file 'text_message_steps.rb', 'features/step_definitions/text_message_steps.rb' end |