method
create_test_files
v7.2.3 -
Show latest stable
- Class:
TestUnit::Generators::InstallGenerator
create_test_files()public
No documentation available.
# 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