Rakefile in fluent-plugin-systemd-0.0.3 vs Rakefile in fluent-plugin-systemd-0.0.4

- old
+ new

@@ -9,13 +9,13 @@ t.test_files = Dir["test/**/test_*.rb"] end task default: "docker:test" task build: "docker:test" -task test: :reevoocop +task default: :reevoocop namespace :docker do - distros = [:ubuntu, :"tdagent-ubuntu", :centos, :"tdagent-centos"] + distros = [:ubuntu, :"tdagent-ubuntu", :"tdagent-centos"] task test: distros distros.each do |distro| task distro do puts "testing on #{distro}"