Skip to content

Instantly share code, notes, and snippets.

@FCO
Last active December 11, 2022 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FCO/c23d62037732bc7f52089fe7291a323d to your computer and use it in GitHub Desktop.
Save FCO/c23d62037732bc7f52089fe7291a323d to your computer and use it in GitHub Desktop.
my @children-names = <Fernanda Sophia Eduardo Rafael Maria Lulu>;
my @countries = <Brazil England Scotland>;
factory "child", :model(Child), {
.name = { "{ @children-names.pick } { .counter-by-model }" };
.country = { @countries.pick };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment