Skip to content

Commit

Permalink
Reflect the new minimum Puppet version 6.15.0 in tests
Browse files Browse the repository at this point in the history
puppet-foreman_proxy now requires a Puppet 6.15.0 feature.
  • Loading branch information
ekohl committed Nov 9, 2021
1 parent a948a12 commit cbd44c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/puppet_version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'semantic_puppet'

describe 'Puppet module' do
VERSIONS = ['6.1.0', '7.0.0'].map { |v| SemanticPuppet::Version.parse(v) }
VERSIONS = ['6.15.0', '7.0.0'].map { |v| SemanticPuppet::Version.parse(v) }

Dir.glob(File.join(__dir__, '../_build/modules/*/metadata.json')).each do |filename|
context File.basename(File.dirname(filename)) do
Expand Down

0 comments on commit cbd44c8

Please sign in to comment.