Rakefile in grape-swagger-entity-0.2.0 vs Rakefile in grape-swagger-entity-0.2.1
- old
+ new
@@ -13,6 +13,6 @@
RSpec::Core::RakeTask.new(:spec)
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)
-task default: [:spec, :rubocop]
+task default: %i[spec rubocop]