class Guard::JRubyMinitest::FactoryGirlReloader
Public Class Methods
run(*)
click to toggle source
# 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