summaryrefslogtreecommitdiff
path: root/.expeditor/scripts/bk_run_choco.ps1
diff options
context:
space:
mode:
Diffstat (limited to '.expeditor/scripts/bk_run_choco.ps1')
-rw-r--r--.expeditor/scripts/bk_run_choco.ps19
1 files changed, 0 insertions, 9 deletions
diff --git a/.expeditor/scripts/bk_run_choco.ps1 b/.expeditor/scripts/bk_run_choco.ps1
deleted file mode 100644
index 49f9186701..0000000000
--- a/.expeditor/scripts/bk_run_choco.ps1
+++ /dev/null
@@ -1,9 +0,0 @@
-$CurrentDirectory = Split-Path -Path $MyInvocation.MyCommand.Definition -Parent
-$PrepScript = Join-Path $CurrentDirectory "bk_win_prep.ps1"
-Invoke-Expression $PrepScript
-
-choco --version
-
-echo "+++ bundle exec rspec chocolatey_package_spec"
-bundle exec rspec spec/functional/resource/chocolatey_package_spec.rb
-if (-not $?) { throw "Chef chocolatey functional tests failing." }