spec/integration/recipes/default.rb in itamae-1.4.5 vs spec/integration/recipes/default.rb in itamae-1.5.0
- old
+ new
@@ -202,10 +202,10 @@
#####
local_ruby_block "greeting" do
block do
- Itamae::Logger.info "板前"
+ Itamae.logger.info "板前"
end
end
#####