Skip to content

Commit

Permalink
describe not descrube
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed May 31, 2024
1 parent 5ef7a8c commit e4119e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,21 @@
# Red hat specifc checks
if os[:family] == 'redhat'

descrube service('httpd') do
describe service('httpd') do
it { should be_running }
end

descrube service('snmpd') do
describe service('snmpd') do
it { should be_running }
end

elsif os[:family] == 'ubuntu'

descrube service('apache2') do
describe service('apache2') do
it { should be_running }
end

descrube service('snmpd') do
describe service('snmpd') do
it { should be_running }
end

Expand Down

0 comments on commit e4119e6

Please sign in to comment.