Skip to content

Instantly share code, notes, and snippets.

@jtrupiano
Created February 25, 2010 22:23
Show Gist options
  • Save jtrupiano/315106 to your computer and use it in GitHub Desktop.
Save jtrupiano/315106 to your computer and use it in GitHub Desktop.
require 'factory_girl'
require 'config/environment'
# All of your factories are now available
Factory(:car, :color => 'Blue')
# etc
# etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment