Skip to content

Instantly share code, notes, and snippets.

@cheeyeo
Forked from jugyo/gist:1210929
Created September 26, 2011 10:56
Show Gist options
  • Save cheeyeo/1242013 to your computer and use it in GitHub Desktop.
Save cheeyeo/1242013 to your computer and use it in GitHub Desktop.
Spork.each_run
Spork.each_run do
silence_warnings do
Dir[Rails.root.join('app/**/*.rb')].each do |file|
load file
end
end
FactoryGirl.reload
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment