Class: Rspec::Generators::ComponentGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/rails/generators/rspec/component_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_test_fileObject



8
9
10
# File 'lib/rails/generators/rspec/component_generator.rb', line 8

def create_test_file
  template "component_spec.rb", File.join("spec/components", class_path, "#{file_name}_component_spec.rb")
end