class RSpec::Core::Configuration

def mock_with(framework)

Delegates to mock_framework=(framework)
def mock_with(framework)
  self.mock_framework = framework
end