Rakefile in itamae-1.0.0.beta26 vs Rakefile in itamae-1.0.0.beta27

- old
+ new

@@ -43,9 +43,10 @@ cmd << " -p #{options[:port]}" cmd << " -i #{options[:keys].first}" cmd << " -l #{ENV['LOG_LEVEL'] || 'debug'}" cmd << " -j spec/integration/recipes/node.json" cmd << " spec/integration/recipes/default.rb" + cmd << " spec/integration/recipes/default2.rb" puts cmd system cmd abort unless $?.exitstatus == 0 end