puppetlabs_spec_helper 7.2.0 → 7.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 349173da07675bc261cfebb4afe7fd78469c676124df1d98e79075e9e572ed26
4
- data.tar.gz: cfa930fad43ccd74c31fae24097291acc10aad7ef16bd2c2611e6bc5a551fe19
3
+ metadata.gz: 139276e5721239e25b613a18b8c96ea93235f9717dfea2522f3c597ca4f98996
4
+ data.tar.gz: 8c8c252953c527d1da8add48267246261c27bbe30c7186e7ab4d960e0840665e
5
5
  SHA512:
6
- metadata.gz: d051a58dc9b844d570b621688f5babfd1a593341cb57eb27fec8e3d04cd6bb50ba153260466a6fcd41ff6e8bf97f1a7b1aff7c35c8b681322c218aed44b5bdb7
7
- data.tar.gz: 6ebb258e441e3fbb52179b4a859d85b1e4a8b42f61f05b13ec3941dc2ecbc19fc280e6a1b866af5be6ed10b82d15d314d46daa8430f867875a9af30ffdbea735
6
+ metadata.gz: 2fd1740c635a65b214e9fa83f639d519ba4569b45862ab0a6f7cd5b60fa3de9c1fb0f099ad45b2fe91b85eee1116359e02cb6dbc5ce4e8477fc6f1e3c280a3df
7
+ data.tar.gz: cc1162520fb1db194506d43502f7b6cd395577c4312bc5c737c2272ac8aefbaf5767cfd7eb414d465036be79eb2ac2bd30a49e108f677aee254bbcdac30dd161
@@ -111,8 +111,9 @@ task :parallel_spec_standalone do |_t, args|
111
111
  warn 'No files for parallel_spec to run against'
112
112
  else
113
113
 
114
- args = ['-t', 'rspec']
115
- args.push('--').concat(ENV['CI_SPEC_OPTIONS'].strip.split).push('--') unless ENV['CI_SPEC_OPTIONS'].nil? || ENV['CI_SPEC_OPTIONS'].strip.empty?
114
+ args = ['--type', 'rspec']
115
+ additional_options = ['--format', 'progress'] + ENV['CI_SPEC_OPTIONS'].to_s.strip.split
116
+ args.push('--').concat(additional_options).push('--')
116
117
  args.concat(Rake::FileList[pattern].to_a)
117
118
 
118
119
  ParallelTests::CLI.new.run(args)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PuppetlabsSpecHelper
4
- VERSION = '7.2.0'
4
+ VERSION = '7.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puppetlabs_spec_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 7.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet, Inc.
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-04-22 00:00:00.000000000 Z
12
+ date: 2024-06-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mocha