Merge pull request #4197 from inspec/mj/rake_test

Re-add `rake test:`
This commit is contained in:
Miah Johnson 2019-06-12 12:39:11 -07:00 committed by GitHub
commit 607306ba0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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