Skip to content
Prev Previous commit
Next Next commit
CI: Drop PSH require
We don't use puppetlabs_spec_helper anymore.
  • Loading branch information
bastelfreak committed Sep 18, 2025
commit 88723f5a4037f6556e7f426bb33c09f4e0a7d2e6
2 changes: 0 additions & 2 deletions spec/support/spec/shared/database.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'puppetlabs_spec_helper/puppetlabs_spec/puppet_internals'

shared_examples 'postgresql_psql read grant' do
it {
is_expected.to contain_postgresql_psql("grant select permission for #{with[:database_read_only_username]}").
Expand Down