We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b9dab commit 7bc6a62Copy full SHA for 7bc6a62
spec/acceptance/format_spec.rb
@@ -95,12 +95,12 @@
95
96
concat::fragment { '1':
97
target => '#{basedir}/file',
98
- content => to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
+ content => stdlib::to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
99
}
100
101
concat::fragment { '2':
102
103
- content => to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
+ content => stdlib::to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
104
105
MANIFEST
106
end
0 commit comments