Skip to content

Commit 59ec707

Browse files
committed
Rubocop fix
1 parent f444b35 commit 59ec707

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/classes/install_spec.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@
6262
end
6363

6464
case facts[:osfamily]
65-
when 'Archlinux'
66-
it { is_expected.not_to create_class('gluster::repo') }
67-
when 'Suse'
65+
when 'Archlinux', 'Suse'
6866
it { is_expected.not_to create_class('gluster::repo') }
6967
else
7068
it { is_expected.to raise_error(Puppet::Error, %r{not yet supported}) }

0 commit comments

Comments
 (0)