busser-pester 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/busser/pester/version.rb +1 -1
- data/lib/busser/runner_plugin/pester.rb +1 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea77bd9ef059373b29d5cd7ca92c685b7b01b002
|
4
|
+
data.tar.gz: c7d3f317751dc7aef793705f8471fe0f8ac534af
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14b625ca41c2764a055301ae6291bb0c00efa14350d682d2e6875b699e11156a803619d4961c709b262c263ff0741fe586a87fc561e7b1c1a6e3287e4e069c99
|
7
|
+
data.tar.gz: 69f566b818967f83a35c60b97e60df42dc43de2ea6ae0340c89cfcea8e73c2b7dbb27e539f54fb6b93ed6e241e4bdac2df6f365959c04c7f09bae652844e5c97
|
@@ -21,8 +21,7 @@ class Busser::RunnerPlugin::Pester < Busser::RunnerPlugin::Base
|
|
21
21
|
banner "[pester] Installing PsGet"
|
22
22
|
run!("powershell.exe -NonInteractive -NoProfile -Command \"iex (new-object Net.WebClient).DownloadString('http://bit.ly/GetPsGet')\"")
|
23
23
|
banner "[pester] Installing Pester"
|
24
|
-
run!("powershell.exe -NonInteractive -Command \"Import-Module PsGet; Install-Module Pester\"")
|
25
|
-
run!("powershell.exe -Command \"$true\"")
|
24
|
+
run!("powershell.exe -NonInteractive -NoProfile -Command \"Import-Module PsGet; Install-Module Pester\"")
|
26
25
|
end
|
27
26
|
|
28
27
|
def test
|