spec/integration/recipes/default.rb in itamae-1.1.14 vs spec/integration/recipes/default.rb in itamae-1.1.15

- old
+ new

@@ -1,6 +1,7 @@ include_recipe "./included.rb" +include_recipe "./included.rb" # including the same recipe is expected to be skipped. user "create itamae user" do uid 123 username "itamae" password "$1$ltOY8bZv$iZ57f1KAp8jwKViNm3pze." @@ -20,9 +21,19 @@ action :install end package 'sl' do version '3.03-17' +end + +###### + +gem_package 'tzinfo' do + version '1.1.0' +end + +gem_package 'tzinfo' do + version '1.2.2' end ###### execute "echo -n > /tmp/notifies"