method
create_test_files
rails latest stable - Class:
TestUnit::Generators::InstallGenerator
create_test_files()public
No documentation available.
# File actiontext/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