diff options
author | Tim Smith <tsmith@chef.io> | 2016-09-29 14:48:36 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-09-29 14:48:36 -0700 |
commit | cd6f5f6651d8ceeaa571a4d0536a64a53932afff (patch) | |
tree | abdde262c443195ad2fbe38ebb8a4b5b8e935388 /Rakefile | |
parent | 35733aaa97982f6e23cd2f6f8bd0d5ac034a205b (diff) | |
download | mixlib-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-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |