summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2019-07-08 16:59:57 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2019-07-08 17:05:49 -0700
commitb19a0b9ee8981109c34b9b0dec3433c58a3046a1 (patch)
tree050ebc0e5fffba341d2f8fd6f1b0cb35d4771d1d /Rakefile
parent7e0dc7e7dec232d3b4f74f7e9bde422f4334aaa8 (diff)
downloadohai-b19a0b9ee8981109c34b9b0dec3433c58a3046a1.tar.gz
new chefstyle rules for 0.13.2
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 83e36d8f..200737d3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -39,4 +39,4 @@ task :console do
IRB.start
end
-task default: [:style, :spec]
+task default: %i{style spec}