Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created November 14, 2012 14:56
Show Gist options
  • Save tagrudev/4072573 to your computer and use it in GitHub Desktop.
Save tagrudev/4072573 to your computer and use it in GitHub Desktop.
Spork.each_run do
require 'factory_girl_rails'
# reload all the models
Dir["#{Rails.root}/app/models/**/*.rb"].each do |model|
load model
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment