Skip to content

Commit 7bc6a62

Browse files
committed
Tests: switch from to_yaml to stdlib::to_yaml
1 parent 38b9dab commit 7bc6a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/acceptance/format_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@
9595
9696
concat::fragment { '1':
9797
target => '#{basedir}/file',
98-
content => to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
98+
content => stdlib::to_yaml([{ 'one.a' => 'foo', 'one.b' => 'bar' }]),
9999
}
100100
101101
concat::fragment { '2':
102102
target => '#{basedir}/file',
103-
content => to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
103+
content => stdlib::to_yaml([{ 'two.a' => 'dip', 'two.b' => 'doot' }]),
104104
}
105105
MANIFEST
106106
end

0 commit comments

Comments
 (0)