spec/integration/default_spec.rb in itamae-1.3.6 vs spec/integration/default_spec.rb in itamae-1.4.0

- old
+ new

@@ -114,10 +114,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') } + its(:content) { should eq("/home/itamae\n/home/itamae") } end describe file('/tmp/created_in_default2') do it { should be_file } end