Class: ViewComponent::Generators::TestUnitGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ViewComponent::Generators::TestUnitGenerator
- Defined in:
- lib/generators/view_component/test_unit/test_unit_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_test_file ⇒ Object
9 10 11 |
# File 'lib/generators/view_component/test_unit/test_unit_generator.rb', line 9 def create_test_file template "component_test.rb", File.join("test/components", class_path, "#{file_name}_component_test.rb") end |