Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 14, 2024
1 parent abaabbf commit 428101f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/observium_install_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class { 'observium':
# its(:stdout) { should contain 'HTTP/1.1 200 OK' }
# end

describe command('pwd') do
describe Command('pwd') do
its(:exit_status) { is_expected.to match(0) }
end

Expand Down

0 comments on commit 428101f

Please sign in to comment.