Module: Detektiiv::FactoryRunnerPatch

Defined in:
lib/detektiiv/factory_runner_patch.rb

Constant Summary collapse

LOGGER =
Logger.new("#{Detektiiv.configuration.logfile_path}")

Instance Method Summary collapse

Instance Method Details

#runObject



7
8
9
10
11
# File 'lib/detektiiv/factory_runner_patch.rb', line 7

def run
  logging_bad_factory_call

  super
end