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 92f7d36 commit e979250Copy full SHA for e979250
spec/classes/repo_spec.rb
@@ -10,8 +10,6 @@
10
it { is_expected.to compile.with_all_deps }
11
12
case facts[:os]['family']
13
- when 'Debian'
14
- it { is_expected.to contain_class('erlang::repo::apt') }
15
when 'RedHat'
16
it { is_expected.to contain_class('erlang::repo::yum') }
17
end
0 commit comments