class RSpec::Core::Configuration

def expectation_frameworks

Returns the configured expectation framework adapter module(s)
def expectation_frameworks
  expect_with :rspec unless settings[:expectation_frameworks]
  settings[:expectation_frameworks]
end