class RSpec::Core::Configuration

def expectation_frameworks

Returns the configured expectation framework adapter module(s)
def expectation_frameworks
  expect_with :rspec if @expectation_frameworks.empty?
  @expectation_frameworks
end