class RSpec::Core::Configuration
def expectation_frameworks
def expectation_frameworks settings[:expectation_frameworks] ||= begin require 'rspec/core/expecting/with_rspec' [RSpec::Core::ExpectationFrameworkAdapter] end end
def expectation_frameworks settings[:expectation_frameworks] ||= begin require 'rspec/core/expecting/with_rspec' [RSpec::Core::ExpectationFrameworkAdapter] end end