Rakefile in macros4cuke-0.5.15 vs Rakefile in macros4cuke-0.5.16

- old
+ new

@@ -43,10 +43,10 @@ end # Combine RSpec and Cucumber tests desc 'Run tests, with RSpec and Cucumber' -task test: [:spec, :cucumber] +task test: %i[spec cucumber] # Default rake task task default: :test