mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
lint fix
This commit is contained in:
parent
82b63bbce2
commit
53728ee03a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue