Class: Rspec::Generators::FormGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Rspec::Generators::FormGenerator
- Defined in:
- lib/generators/rspec/form_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_form_spec ⇒ Object
6 7 8 |
# File 'lib/generators/rspec/form_generator.rb', line 6 def create_form_spec template "form_spec.rb", File.join("spec/forms", class_path, "#{file_name}_form_spec.rb") end |