negated_matchers.rb 321 B

123456
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. RSpec::Matchers.define_negated_matcher :not_change, :change
  3. RSpec::Matchers.define_negated_matcher :not_include, :include
  4. RSpec::Matchers.define_negated_matcher :not_eq, :eq
  5. RSpec::Matchers.define_negated_matcher :not_raise_error, :raise_error