mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-30 18:47:51 +00:00
4 lines
172 B
Ruby
4 lines
172 B
Ruby
# "not_change" is needed to support chaining "change" matchers
|
|
# see https://stackoverflow.com/a/34969429/58876
|
|
RSpec::Matchers.define_negated_matcher :not_change, :change
|