Skip to content

Commit 1de0af9

Browse files
committed
yet another fixup, yay
1 parent 89a62b9 commit 1de0af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/graceful_failures_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
context 'on an unsupported OS' do
77
let(:facts) do
88
{
9-
os: { family: 'UNSUPPORTED' },
10-
os: { name: 'UNSUPPORTED' },
9+
os: { family: 'UNSUPPORTED',
10+
name: 'UNSUPPORTED' },
1111
}
1212
end
1313

0 commit comments

Comments
 (0)