Class: TestUnit::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/rails/generators/test_unit/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_test_filesObject



8
9
10
# File 'lib/rails/generators/test_unit/install_generator.rb', line 8

def create_test_files
  template "fixtures.yml", "test/fixtures/action_text/rich_texts.yml"
end