negated_matchers.rb 174 B

123
  1. RSpec::Matchers.define_negated_matcher :not_change, :change
  2. RSpec::Matchers.define_negated_matcher :not_include, :include
  3. RSpec::Matchers.define_negated_matcher :not_eq, :eq