Skip to content

Instantly share code, notes, and snippets.

@aalvesjr
Last active October 31, 2018 15:29
Show Gist options
  • Save aalvesjr/93a92252a8d1da593956241a0fe27afc to your computer and use it in GitHub Desktop.
Save aalvesjr/93a92252a8d1da593956241a0fe27afc to your computer and use it in GitHub Desktop.
Load FactoryGirl in Rails console
$ rails c
[1] pry(main)> require 'factory_girl'
=> true
[2] pry(main)> FactoryGirl.find_definitions
[3] pry(main)> FactoryGirl.create :my_thing

font: coderwall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment