Rakefile in itamae-1.1.7 vs Rakefile in itamae-1.1.8
- old
+ new
@@ -44,9 +44,10 @@
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"
+ cmd << " spec/integration/recipes/redefine.rb"
puts cmd
system cmd
abort unless $?.exitstatus == 0
end