spec/integration/default_spec.rb in itamae-1.2.12 vs spec/integration/default_spec.rb in itamae-1.2.13

- old
+ new

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