Class: Cowboycoded::CucumberStepGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Cowboycoded::CucumberStepGenerator
- Defined in:
- lib/generators/cowboycoded/cucumber_step/cucumber_step_generator.rb
Constant Summary collapse
- TEMPLATES_DIR =
File.join(File.dirname(__FILE__), 'templates')
Instance Method Summary collapse
Instance Method Details
#steps ⇒ Object
9 10 11 |
# File 'lib/generators/cowboycoded/cucumber_step/cucumber_step_generator.rb', line 9 def steps directory 'features' end |