Method: TestUnit::Generators::InstallGenerator#create_test_files

Defined in:
actiontext/lib/rails/generators/test_unit/install_generator.rb

#create_test_filesObject



10
11
12
# File 'actiontext/lib/rails/generators/test_unit/install_generator.rb', line 10

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