summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-11-24 09:56:58 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-11-24 09:56:58 -0800
commit4db1f4331fd8d8a2daf37e657de6c27d158b53e6 (patch)
tree6d9771d8b3b80926458b0780e3fea4f43dcc558b
parent244f7a5e6312dabc5b4d071beb476783a6d4e99d (diff)
downloadchef-lcg/omit-tests-on-appveyor.tar.gz
remove integration tests from appveyorlcg/omit-tests-on-appveyor
taking 24h to get results back is unsustainable
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7cc8fb631d..ebaafa65ba 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -34,4 +34,4 @@ build_script:
test_script:
- SET SPEC_OPTS=--format progress
- - bundle exec rake spec
+ - bundle exec rspec spec/unit/** spec/functional/**