spec/integration/default_spec.rb in itamae-1.3.1 vs spec/integration/default_spec.rb in itamae-1.3.2
- old
+ new
@@ -107,9 +107,13 @@
describe command('cd /tmp/git_repo && git rev-parse HEAD') do
its(:stdout) { should match(/3116e170b89dc0f7315b69c1c1e1fd7fab23ac0d/) }
end
+describe command('cd /tmp/git_repo_submodule/empty_repo && cat README.md') do
+ its(:stdout) { should match(/Empty Repo/) }
+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