class RSpec::Core::Configuration

def mock_framework

Returns the configured mock framework adapter module
def mock_framework
  mock_with :rspec unless @mock_framework
  @mock_framework
end