Skip to content

Commit

Permalink
making sure the service is actually running
Browse files Browse the repository at this point in the history
  • Loading branch information
attachmentgenie committed Feb 10, 2021
1 parent 50466d4 commit 284e4c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/acceptance/package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class { 'nomad':

describe service('nomad') do
it { should be_enabled }
it { should be_running }
end
end
end
1 change: 1 addition & 0 deletions spec/acceptance/url_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class { 'nomad':

describe service('nomad') do
it { should be_enabled }
it { should be_running }
end

describe command('nomad version') do
Expand Down

0 comments on commit 284e4c5

Please sign in to comment.