Skip to content

Commit

Permalink
attempt with new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Jun 14, 2024
1 parent f349e8a commit 243d45e
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 @@ -44,7 +44,7 @@ class { 'observium':
# end

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

describe cron do
Expand Down

0 comments on commit 243d45e

Please sign in to comment.