@private
# File lib/generators/rspec/model/model_generator.rb, line 24 def create_fixture_file return unless missing_fixture_replacement? template 'fixtures.yml', File.join('spec/fixtures', "#{table_name}.yml") end
# File lib/generators/rspec/model/model_generator.rb, line 13 def create_model_spec template_file = File.join( 'spec/models', class_path, "#{file_name}_spec.rb" ) template 'model_spec.rb', template_file end