Rakefile in howitzer-2.0.1 vs Rakefile in howitzer-2.0.2

- old
+ new

@@ -17,6 +17,6 @@ YARD::Rake::YardocTask.new { |_t| } RuboCop::RakeTask.new -task default: [:rubocop, :spec, :cucumber] +task default: %i(rubocop spec cucumber)