summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-02-19 15:18:54 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2020-02-19 15:18:54 -0800
commit00bf37b4e181be0f630a70354e4c654b45b3cca4 (patch)
treec6c038d006c605b55c06df2ff33f0f438a58f828
parent7f6401b4fbb11c36e346ce4d29d447d82ca78744 (diff)
downloadchef-zero-00bf37b4e181be0f630a70354e4c654b45b3cca4.tar.gz
specs are running correctly on windows
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--.expeditor/verify.pipeline.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index c56be74..4eeef42 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -9,7 +9,7 @@ steps:
- label: run-lint-and-specs-ruby-2.6
command:
- apt-get update
- - .expeditor/run_linux_tests.sh rake spec style pedant
+ - .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
@@ -18,7 +18,7 @@ steps:
- label: run-lint-and-specs-ruby-2.7
command:
- apt-get update
- - .expeditor/run_linux_tests.sh rake spec style pedant
+ - .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
@@ -27,7 +27,7 @@ steps:
- label: run-specs-windows
command:
- bundle install --jobs=7 --retry=3 --without docs debug
- - bundle exec rake spec pedant
+ - bundle exec rake pedant style
expeditor:
executor:
docker: