class Rspec::Generators::ComponentGenerator
def create_test_file
def create_test_file template "component_spec.rb", File.join(spec_component_path, class_path, "#{file_name}_component_spec.rb") end
def create_test_file template "component_spec.rb", File.join(spec_component_path, class_path, "#{file_name}_component_spec.rb") end