summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2020-08-21 16:30:54 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2020-08-21 16:30:54 -0700
commitf11b854cd189e8ad311592d507a0849cfbc0da52 (patch)
treef1814b84c9d2a9520a59a55a13eb27feb6ee21aa /Rakefile
parent654df0481f3c35c027a9afc313c74583f3d4112f (diff)
downloadohai-f11b854cd189e8ad311592d507a0849cfbc0da52.tar.gz
Migrate to the chef-utils helpers
This replaces the which/shell_out helpers with ones from chef-utils. 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 93aff295..00d67eda 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,4 +40,4 @@ task :console do
IRB.start
end
-task default: %i{style spec}
+task default: %i{spec style}