instance method
create_test_files
Ruby on Rails 7.2.3
Since v6.1.7.10Signature
create_test_files()
No documentation comment.
Source
# 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
Defined in actiontext/lib/rails/generators/test_unit/install_generator.rb line 10
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in TestUnit::Generators::InstallGenerator