kitchen-pester 0.7.0 → 0.7.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 +4 -4
- data/lib/kitchen/verifier/pester.rb +1 -1
- data/lib/kitchen/verifier/pester_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0fa1fae1c6e5e0264b756bde9454bf0f783f10c7
|
|
4
|
+
data.tar.gz: 478979742064afaae66d7b5a146a91e6e92a627e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a95ff1d8a2b48e78d6aa1202b485b960b93cd96e072a934eb576a09ef620c1e19073ce4c00b483b3bd145ef680f089f756f113c96c977285b294285f0aecfe0
|
|
7
|
+
data.tar.gz: e2367a60d53642f9cd3bcea970488082a62e1405a74dc2fe1795527322e8c5343a28b05362357265febdc6c1310cf3a21121935b131d3e4c99790efecafb0a85
|
|
@@ -118,7 +118,7 @@ module Kitchen
|
|
|
118
118
|
#private
|
|
119
119
|
def run_command_script
|
|
120
120
|
<<-CMD
|
|
121
|
-
$TestPath = "#{
|
|
121
|
+
$TestPath = "#{config[:root_path]}";
|
|
122
122
|
import-module Pester -force;
|
|
123
123
|
$result = invoke-pester -path $testpath -passthru ;
|
|
124
124
|
$result |
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-pester
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Murawski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|