class RSpec::Expectations::Configuration

def initialize

def initialize
  @on_potential_false_positives = :warn
  @strict_predicate_matchers = false
end