2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2017-08-14 11:56:23 +00:00
|
|
|
RSpec::Matchers.define_negated_matcher :not_change, :change
|
2019-02-13 07:31:36 +00:00
|
|
|
RSpec::Matchers.define_negated_matcher :not_include, :include
|
2019-04-15 11:39:20 +00:00
|
|
|
RSpec::Matchers.define_negated_matcher :not_eq, :eq
|
2019-12-18 06:39:45 +00:00
|
|
|
RSpec::Matchers.define_negated_matcher :not_raise_error, :raise_error
|