# File lib/rspec/core/configuration.rb, line 171
      def expectation_frameworks
        settings[:expectation_frameworks] ||= begin
                                               require 'rspec/core/expecting/with_rspec'
                                               [RSpec::Core::ExpectationFrameworkAdapter]
                                             end
      end