negated_matchers.rb 244 B

1234
  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
  4. RSpec::Matchers.define_negated_matcher :not_raise_error, :raise_error