Rakefile in itamae-1.12.6 vs Rakefile in itamae-1.13.0

- old
+ new

@@ -19,10 +19,10 @@ end namespace :integration do container_name = 'itamae' - task :all => ['spec:integration:docker' 'spec:integration:local'] + task :all => ['spec:integration:docker', 'spec:integration:local'] desc "Run provision and specs" task :docker => ["docker:boot", "docker:provision", "docker:serverspec", 'docker:clean_docker_container'] namespace :docker do