Class: Guard::JRubyMinitest::FactoryGirlReloader

Inherits:
Object
  • Object
show all
Defined in:
lib/guard/jruby-minitest/reloaders/factory_girl_reloader.rb

Class Method Summary collapse

Class Method Details

.runObject



4
5
6
7
8
# File 'lib/guard/jruby-minitest/reloaders/factory_girl_reloader.rb', line 4

def self.run(*)
  if defined? ::FactoryGirl
    Containment.new.protect { FactoryGirl.reload }
  end
end