Skip to content

Instantly share code, notes, and snippets.

@joemsak
Created January 2, 2012 20:45
Show Gist options
  • Save joemsak/1552028 to your computer and use it in GitHub Desktop.
Save joemsak/1552028 to your computer and use it in GitHub Desktop.
Reload changes in models during tests
config.cache_classes = !(ENV['DRB'] == 'true')
Spork.each_run do
ActiveSupport::Dependencies.clear
ActiveRecord::Base.instantiate_observers
FactoryGirl.reload
end if Spork.using_spork?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment