summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-24 11:23:46 -0700
committerTim Smith <tsmith@chef.io>2018-07-24 11:23:46 -0700
commit1e6b6e7870c3a61704f2ba31cd88a58b1bc128bf (patch)
tree258fe7ccdfb369b3ed8b29cd6e966302ef9c2b15 /Rakefile
parent29a1e5178300ab9a6a77442a2e30e70d071ec3ec (diff)
downloadmixlib-cli-1e6b6e7870c3a61704f2ba31cd88a58b1bc128bf.tar.gz
Run specs properlysync
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 9934023..ab6080b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
-task default: [:style, :unit]
+task default: [:style, :spec]
Bundler::GemHelper.install_tasks