Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created September 12, 2011 09:37
Show Gist options
  • Save jugyo/1210929 to your computer and use it in GitHub Desktop.
Save jugyo/1210929 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