class RSpec::Core::Configuration

def expectation_framework=(framework)

Delegates to expect_with(framework).
def expectation_framework=(framework)
  expect_with(framework)
end