spec/integration/default_spec.rb in itamae-1.2.15 vs spec/integration/default_spec.rb in itamae-1.2.16

- old
+ new

@@ -95,9 +95,13 @@ its(:content) do expect(subject.content.lines.size).to eq 0 end end +describe file('/tmp-link-force') do + it { should be_linked_to '/tmp' } +end + describe command('cd /tmp/git_repo && git rev-parse HEAD') do its(:stdout) { should match(/3116e170b89dc0f7315b69c1c1e1fd7fab23ac0d/) } end describe file('/tmp/created_by_itamae_user') do