Skip to content

Instantly share code, notes, and snippets.

@tmikeschu
Last active May 24, 2017 17:24
Show Gist options
  • Save tmikeschu/7058aedb8c911c5e8a4f71c1b10afabe to your computer and use it in GitHub Desktop.
Save tmikeschu/7058aedb8c911c5e8a4f71c1b10afabe to your computer and use it in GitHub Desktop.

Re-FactoryGirl

  1. Head to this repo and follow the directions in the readme.

  2. Work through this playlist of tutorials.

  • Try increasing the speed of the videos once you get the hang of FactoryGirl (start with the gear button on the YouTube video frame).
  1. Head to the FactoryGirl Docs and try to implement the following:
  • Aliases
  • Inheritance
  • Dependent attributes
  • Overriding association attribtues
  • Generic sequences with #generate (e.g., the name attribute exists on many models)
  • More traits
  • Anything else that looks interesting to you!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment