Skip to content

Commit

Permalink
mv spec
Browse files Browse the repository at this point in the history
  • Loading branch information
stjmt committed Jul 31, 2024
1 parent 6b9a5b0 commit 40e08b4
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions spec/classes/000_elasticsearch_init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -435,19 +435,19 @@
with(ensure: 'latest')
}
end
end

describe 'with hold enabled' do
let(:params) do
default_params.merge(
package_hold: true
)
end
describe 'with hold enabled' do
let(:params) do
default_params.merge(
package_hold: true
)
end

it {
expect(subject).to contain_package('elasticsearch').
with(mark: 'hold')
}
it {
expect(subject).to contain_package('elasticsearch').
with(mark: 'hold')
}
end
end

describe 'running a different user' do
Expand Down

0 comments on commit 40e08b4

Please sign in to comment.