mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Modify rake test
to only run tests.
This drives me BONKERS. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
f2e4fb549c
commit
8cbbe248d1
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue