Class: Rspec::Generators::ApplicationFlowGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Rspec::Generators::ApplicationFlowGenerator
- Defined in:
- lib/generators/rspec/application_flow/application_flow_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_spec_file ⇒ Object
8 9 10 |
# File 'lib/generators/rspec/application_flow/application_flow_generator.rb', line 8 def create_spec_file template "application_flow_spec.rb", File.join("spec/flows/application_flow_spec.rb") end |