Module: Crystalball::Predictor::Strategy

Includes:
Helpers::PathFormatter
Included in:
AssociatedSpecs, ModifiedExecutionPaths, ModifiedSpecs, ModifiedSupportSpecs
Defined in:
lib/crystalball/predictor/strategy.rb

Overview

Base module to include in any strategy. Provides output formatting similar to RSpec

Instance Method Summary collapse

Methods included from Helpers::PathFormatter

#format_path, #format_paths

Instance Method Details

#callObject



11
12
13
# File 'lib/crystalball/predictor/strategy.rb', line 11

def call(*)
  format_paths(yield)
end