Skip to content

Commit

Permalink
test(service): test mongod running
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien "ze" Urban committed Jul 7, 2022
1 parent ce9c356 commit 3c235c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/default/controls/archive_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
control 'mongodb components' do
title 'should be installed'

describe service('mongod') do
it { should be_running }
end
# describe package('unzip') do
# it { should be_installed }
# end
Expand Down

0 comments on commit 3c235c5

Please sign in to comment.