trabajo-afectivo/spec/support/negated_matchers.rb

4 lines
174 B
Ruby
Raw Normal View History

RSpec::Matchers.define_negated_matcher :not_change, :change
RSpec::Matchers.define_negated_matcher :not_include, :include
RSpec::Matchers.define_negated_matcher :not_eq, :eq