fix ident in cmp matcher docs

Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
This commit is contained in:
Christoph Hartmann 2017-03-01 19:18:28 +01:00
parent be529dcea6
commit e8e34c2ffe

View file

@ -28,10 +28,10 @@ vs:
Ignoring case sensitivity:
describe some_resource do
its('setting') { should cmp 'raw' }
its('setting') { should cmp 'RAW' }
end
describe some_resource do
its('setting') { should cmp 'raw' }
its('setting') { should cmp 'RAW' }
end
Printing octal values: