Skip to content

Commit

Permalink
rubocop linting
Browse files Browse the repository at this point in the history
  • Loading branch information
C24-AK committed Jun 25, 2024
1 parent a850607 commit 7d9a561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/acceptance/class_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ class { 'file_capability':
PUPPET
end

it 'should not be idempotent and cause changes' do
it 'will not be idempotent and cause changes' do
apply_manifest(manifest, expect_changes: true)
end
end

describe command('/usr/local/bin/vault version') do
its(:exit_status) { is_expected.to eq 0 }
Expand Down

0 comments on commit 7d9a561

Please sign in to comment.