spec/integration/default_spec.rb in itamae-1.2.21 vs spec/integration/default_spec.rb in itamae-1.3.0

- old
+ new

@@ -106,9 +106,10 @@ end describe file('/tmp/created_by_itamae_user') do it { should be_file } it { should be_owned_by 'itamae' } + its(:content) { should eq('/home/itamae') } end describe file('/tmp/created_in_default2') do it { should be_file } end