Skip to content

Instantly share code, notes, and snippets.

@FCO
Last active December 11, 2022 15:05
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/e1e818267095672e10f515dfbc16618d to your computer and use it in GitHub Desktop.
Save FCO/e1e818267095672e10f515dfbc16618d to your computer and use it in GitHub Desktop.
use Child;
use Gift;
factory "child", :model(Child), {
.name = "Aline";
.country = "Brazil";
}
factory "gift", :model(Gift), {
.name = "a gift";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment