lib/generators/breadko/templates/breadkos_factory.erb

Summary

Maintainability
Test Coverage
FactoryBot.define do
  factory :<%= object %> do
  <% attributes.each do |attribute| -%>
  <%= attribute.name %> "Sample String"
  <% end -%>
  end
end