Module: FactoryGirlTestMonitor

Defined in:
lib/factory_girl_test_monitor.rb,
lib/factory_girl_test_monitor/version.rb

Constant Summary collapse

VERSION =
'0.0.2'

Class Attribute Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



6
7
8
# File 'lib/factory_girl_test_monitor.rb', line 6

def debug
  @debug
end

.strategy_invocation_maxObject

Returns the value of attribute strategy_invocation_max.



6
7
8
# File 'lib/factory_girl_test_monitor.rb', line 6

def strategy_invocation_max
  @strategy_invocation_max
end