Rakefile in hyperclient-0.8.5 vs Rakefile in hyperclient-0.8.6

- old
+ new

@@ -36,6 +36,6 @@ end require 'rubocop/rake_task' RuboCop::RakeTask.new(:rubocop) -task default: [:rubocop, :test, :spinach] +task default: [:test, :spinach, :rubocop]