summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-22 12:23:06 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 20:33:17 -0700
commit3f1549cef2a452dbc3b655513e101c3fd8f8cf88 (patch)
tree11debdcd8264d9b5b6194a1559850d16bbcb7e01 /Rakefile
parentfc26f4af81bd3b31dd41fc12ece770a0ced7d42f (diff)
downloadmixlib-authentication-3f1549cef2a452dbc3b655513e101c3fd8f8cf88.tar.gz
Chefstyle fixes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 8aa53bc..0bd0b29 100644
--- a/Rakefile
+++ b/Rakefile
@@ -38,4 +38,4 @@ task :console do
IRB.start
end
-task default: [:spec, :style]
+task default: %i{spec style}