class Rspec::Core::Configuration

def mock_with(use_me_to_mock)

def mock_with(use_me_to_mock)
  self.mock_framework = use_me_to_mock
end