Rakefile in grape-entity-0.6.0 vs Rakefile in grape-entity-0.6.1
- old
+ new
@@ -15,6 +15,6 @@
RSpec::Core::RakeTask.new(:spec)
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)
-task default: [:rubocop, :spec]
+task default: [:spec, :rubocop]