spec/integration/default_spec.rb in itamae-1.1.11 vs spec/integration/default_spec.rb in itamae-1.1.12

- old
+ new

@@ -1,9 +1,10 @@ require 'spec_helper' describe user("itamae") do it { should exist } it { should have_uid 1234 } + it { should have_home_directory '/home/itamae' } end describe file('/tmp/included_recipe') do it { should be_file } end