spec/integration/default_spec.rb in itamae-1.1.3 vs spec/integration/default_spec.rb in itamae-1.1.4
- old
+ new
@@ -32,9 +32,10 @@
describe file('/tmp/template') do
it { should be_file }
its(:content) { should match(/Hello/) }
its(:content) { should match(/Good bye/) }
its(:content) { should match(/^total memory: \d+kB$/) }
+ its(:content) { should match(/^uninitialized node key: $/) }
end
describe file('/tmp/file') do
it { should be_file }
its(:content) { should match(/Hello World/) }