Skip to content

Commit

Permalink
test with simple command
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 14, 2024
1 parent 5642801 commit f349e8a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ class { 'observium':
it { is_expected.to be_listening }
end

describe command('/usr/bin/curl http://127.0.0.1 -I') do
# its(:exit_status) { should eq 0 }
its(:stdout) { should contain 'HTTP/1.1 200 OK' }
# describe command('/usr/bin/curl http://127.0.0.1 -I') do
# # its(:exit_status) { should eq 0 }
# its(:stdout) { should contain 'HTTP/1.1 200 OK' }
# end

describe command('pwd') do
its(:exit_status) { should eq 0 }
end

describe cron do
Expand Down

0 comments on commit f349e8a

Please sign in to comment.