class RSpec::Core::Configuration

def expect_with(expectation_framework)

def expect_with(expectation_framework)
  settings[:expectation_framework] = expectation_framework
end