summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-09-29 14:48:36 -0700
committerTim Smith <tsmith@chef.io>2016-09-29 14:48:36 -0700
commitcd6f5f6651d8ceeaa571a4d0536a64a53932afff (patch)
treeabdde262c443195ad2fbe38ebb8a4b5b8e935388 /Rakefile
parent35733aaa97982f6e23cd2f6f8bd0d5ac034a205b (diff)
downloadmixlib-log-cd6f5f6651d8ceeaa571a4d0536a64a53932afff.tar.gz
Make the Rake test the world
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 471c44f..9b15524 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = "spec/**/*_spec.rb"
end
-task :default => :spec
+task default: [:style, :spec, :features]
# For rubygems-test
task :test => :spec