This commit is contained in:
Christoph Hartmann 2015-12-11 17:17:01 +01:00
parent 82b63bbce2
commit 53728ee03a

View file

@ -255,7 +255,7 @@ RSpec::Matchers.define :cmp do |expected|
"\nexpected: #{expected}\n got: #{actual}\n\n(compared using .casecmp?)\n"
end
failure_message_when_negated do |actual|
failure_message_when_negated do |actual|
"\nexpected: value != #{expected}\n got: #{actual}\n\n(compared using .casecmp?)\n"
end
end