Modify rake test to only run tests.

This drives me BONKERS.

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2019-11-22 16:18:04 -08:00
parent f2e4fb549c
commit 8cbbe248d1

View file

@ -47,7 +47,7 @@ GLOBS = [
# run tests
task default: ["test:lint", "test:default"]
task test: ["test:lint", "test:default"]
task test: ["test:default"]
namespace :test do