summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand-ruby@zenspider.com>2019-07-30 15:07:58 -0700
committerRyan Davis <ryand-ruby@zenspider.com>2019-07-30 15:08:09 -0700
commit323db938b5e93ca63c470345896763890478c4d5 (patch)
tree7c09c7323263a45aae13a2a93f5144f222faa2e7 /Rakefile
parent53c79aa515fee539beb057bd53ad857fef7ad13e (diff)
downloadmixlib-shellout-323db938b5e93ca63c470345896763890478c4d5.tar.gz
Blinding applying chefstyle -a.
Signed-off-by: Ryan Davis <zenspider@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index c2be547..4b83938 100644
--- a/Rakefile
+++ b/Rakefile
@@ -40,4 +40,4 @@ task :console do
IRB.start
end
-task default: [:spec, :style]
+task default: %i{spec style}