module FactoryGirlLibrary::FactoryGirl::FactoryDecorator::ClassMethods
Public Instance Methods
last_run_factory()
click to toggle source
# File lib/factory_girl_library/factory_girl/factory_decorator.rb, line 20 def last_run_factory @last_run_factory end
last_run_factory=(factory_name)
click to toggle source
# File lib/factory_girl_library/factory_girl/factory_decorator.rb, line 16 def last_run_factory= factory_name @last_run_factory = factory_name end