Skip to content

Commit

Permalink
test with should
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 14, 2024
1 parent 9f273b1 commit f9d8038
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 @@ -39,7 +39,7 @@ class { 'observium':
end

describe command('curl http://127.0.0.1 -I') do
its(:exit_status) { is_expected.to eq 0 }
its(:exit_status) { should eq 0 }
end

describe cron do
Expand Down

0 comments on commit f9d8038

Please sign in to comment.