diff --git a/etc-git/tests/spec/etc-git_spec.rb b/etc-git/tests/spec/etc-git_spec.rb index 82a03229..23105e94 100644 --- a/etc-git/tests/spec/etc-git_spec.rb +++ b/etc-git/tests/spec/etc-git_spec.rb @@ -8,10 +8,10 @@ describe file('/etc/.git/config') do it { should be_file } end -describe command("cd /git && git status --porcelain") do +describe command("cd /etc && git status --porcelain") do its(:stdout) { should be_empty } end -describe command("cd /git && git log --oneline") do +describe command("cd /etc && git log --oneline") do its(:exit_status) { should eq 0 } end