Rakefile in mixlib-log-1.7.1 vs Rakefile in mixlib-log-2.0.0

- old
+ new

@@ -5,10 +5,10 @@ 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 RDoc::Task.new do |rdoc|