Method: Spec::Runner::Options#mock_framework

Defined in:
lib/spec/runner/options.rb

#mock_frameworkObject



181
182
183
184
# File 'lib/spec/runner/options.rb', line 181

def mock_framework
  # TODO - don't like this dependency - perhaps store this in here instead?
  Spec::Runner.configuration.mock_framework
end