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
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.strategy_invocation_max ⇒ Object
Returns the value of attribute strategy_invocation_max.
Class Attribute Details
.debug ⇒ Object
Returns the value of attribute debug.
6 7 8 |
# File 'lib/factory_girl_test_monitor.rb', line 6 def debug @debug end |
.strategy_invocation_max ⇒ Object
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 |