spec/integration/default_spec.rb in itamae-1.0.0.beta44 vs spec/integration/default_spec.rb in itamae-1.0.0.beta45

- old
+ new

@@ -30,9 +30,10 @@ end describe file('/tmp/template') do it { should be_file } its(:content) { should match(/Hello/) } + its(:content) { should match(/Good bye/) } end describe file('/tmp/file') do it { should be_file } its(:content) { should match(/Hello World/) }