voxpupuli-test 5.0.0 → 5.1.0
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 +4 -4
- data/lib/voxpupuli/test/spec_helper.rb +6 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a97a19108c440bcb58c23510f0dbc82787a18147c26dee953ef323d21ce6169b
|
|
4
|
+
data.tar.gz: 7c8218a85721e59c0339f1b4db97bb462c115e7bdccb6391e7607ad9356a1e7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd2a6620a46032f68e3a4d1c03cab282a1296557c8e06e5d123e6c1b900438914edd6dc408fc5adf1c6b9679736daa868764f20b2388aa833a0ff9582fa2b809
|
|
7
|
+
data.tar.gz: e7411ee56cb628e85485416ebe10f37dff19d126b9b1a7a49dba2a00271bdb2e50aa509950cf227401aced35aa9967755f04e2fea6b46c4fa3a4cb1e8fa32ba9
|
|
@@ -11,6 +11,12 @@ require 'voxpupuli/test/facts'
|
|
|
11
11
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
12
12
|
|
|
13
13
|
RSpec.configure do |config|
|
|
14
|
+
# This completely disables Facter and uses a stubbed implementation. This is
|
|
15
|
+
# fine since we use use rspec-puppet-facts to set all facts. It gives
|
|
16
|
+
# complete isolation from the host system. It only works with Puppet 6.25+
|
|
17
|
+
# and 7.12+ and requires rspec-puppet 2.11.0+.
|
|
18
|
+
config.facter_implementation = 'rspec'
|
|
19
|
+
|
|
14
20
|
config.after(:suite) do
|
|
15
21
|
RSpec::Puppet::Coverage.report!
|
|
16
22
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: voxpupuli-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vox Pupuli
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -80,6 +80,20 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: 4.0.0
|
|
83
|
+
- !ruby/object:Gem::Dependency
|
|
84
|
+
name: rspec-puppet
|
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ">="
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: 2.11.0
|
|
90
|
+
type: :runtime
|
|
91
|
+
prerelease: false
|
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: 2.11.0
|
|
83
97
|
- !ruby/object:Gem::Dependency
|
|
84
98
|
name: rspec-puppet-facts
|
|
85
99
|
requirement: !ruby/object:Gem::Requirement
|