summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher A. Snapp <csnapp@chef.io>2020-07-10 13:11:31 -0600
committerChristopher A. Snapp <csnapp@chef.io>2020-07-13 14:07:10 -0600
commit2b8f056cacccfd885357f89bf2033cd1ca52cd21 (patch)
treede9cb8dab1d0baf32b2f2bdd54e7cf157fa01f60
parentc796162de76b205abbb28d83be4350a424dea8bd (diff)
downloadchef-2b8f056cacccfd885357f89bf2033cd1ca52cd21.tar.gz
Modify habitat tests to call rspec the same as omnibus
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
-rw-r--r--habitat/tests/spec.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/tests/spec.ps1 b/habitat/tests/spec.ps1
index 0229ac487f..6cbdd406c2 100644
--- a/habitat/tests/spec.ps1
+++ b/habitat/tests/spec.ps1
@@ -18,7 +18,7 @@ try {
SETX GEM_PATH $($gemPath.Split("=")[1]) /m
hab pkg binlink --force $PackageIdentifier
- /hab/bin/rspec --format progress --tag ~executables --tag ~choco_installed spec/functional
+ /hab/bin/rspec --format documentation --tag ~executables --tag ~choco_installed spec/functional
if (-not $?) { throw "functional testing failed"}
} finally {
Pop-Location