Skip to content

Commit

Permalink
increase testcoverage on daemon_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Mar 17, 2018
1 parent 7f2db3a commit f829cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/defines/daemon_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
parameters
end

it { is_expected.to contain_class('prometheus::params') }
prom_os = facts[:kernel].downcase
prom_arch = facts[:architecture] == 'i386' ? '386' : 'amd64'

Expand Down

0 comments on commit f829cd3

Please sign in to comment.