Rakefile in
vagrant-orchestrate-0.3.2
vs Rakefile in
vagrant-orchestrate-0.4.0
- old
+ new
@@ -4,5 +4,6 @@
RuboCop::RakeTask.new RSpec::Core::RakeTask.new(:spec) task build: ["rubocop:auto_correct", :spec]
+task default: :build