Skip to content

Commit

Permalink
(CONT-755) Remove PUPPET_GEM_VERSION ENV in tests
Browse files Browse the repository at this point in the history
The CI workflows set this variable for use with other tooling tests.

This commit removes it from the current environment when pdk tests are
being set up.
  • Loading branch information
chelnak committed Apr 20, 2023
1 parent 6f323e2 commit e938c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ def execute_script(script)
c.add_setting :template_dir
c.profile_examples = true
end

# Remove PUPPET_GEM_VERSION if it exists in the test environment
ENV.delete('PUPPET_GEM_VERSION')

0 comments on commit e938c5d

Please sign in to comment.