diff options
author | Christopher A. Snapp <csnapp@chef.io> | 2020-07-10 13:11:31 -0600 |
---|---|---|
committer | Christopher A. Snapp <csnapp@chef.io> | 2020-07-13 14:07:10 -0600 |
commit | 2b8f056cacccfd885357f89bf2033cd1ca52cd21 (patch) | |
tree | de9cb8dab1d0baf32b2f2bdd54e7cf157fa01f60 /habitat | |
parent | c796162de76b205abbb28d83be4350a424dea8bd (diff) | |
download | chef-2b8f056cacccfd885357f89bf2033cd1ca52cd21.tar.gz |
Modify habitat tests to call rspec the same as omnibus
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
Diffstat (limited to 'habitat')
-rw-r--r-- | habitat/tests/spec.ps1 | 2 |
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 |