generators/cucumber/cucumber_generator.rb in howitzer-2.0.1 vs generators/cucumber/cucumber_generator.rb in howitzer-2.0.2
- old
+ new
@@ -9,10 +9,11 @@
{ source: 'common_steps.rb', destination: 'features/step_definitions/common_steps.rb' },
{ source: 'env.rb', destination: 'features/support/env.rb' },
{ source: 'hooks.rb', destination: 'features/support/hooks.rb' },
{ source: 'transformers.rb', destination: 'features/support/transformers.rb' },
{ source: 'example.feature', destination: 'features/example.feature' },
- { source: 'cucumber.rake', destination: 'tasks/cucumber.rake' }
+ { source: 'cucumber.rake', destination: 'tasks/cucumber.rake' },
+ { source: 'cuke_sniffer.rake', destination: 'tasks/cuke_sniffer.rake' }
] }
end
protected