Update unit tests to match

Signed-off-by: Irving Popovetsky <irving@chef.io>
This commit is contained in:
Irving Popovetsky 2019-08-29 17:00:31 -07:00
parent ffbcc29c59
commit 4aebe87c2e

View file

@ -472,10 +472,10 @@ end
control.id = "tag.control.id"
control.to_ruby.must_equal '
control "tag.control.id" do
tag "key": "value"
tag "key2\'": "value\'"
tag "key3\"": "value\""
tag "key4": ["a", "b"]
tag key: "value"
tag key2\': "value\'"
tag key3": "value\""
tag key4: ["a", "b"]
end
'.strip