spec/integration/default_spec.rb in itamae-1.2.4 vs spec/integration/default_spec.rb in itamae-1.2.5
- old
+ new
@@ -128,5 +128,10 @@
describe file('/tmp/created_by_definition') do
it { should be_file }
its(:content) { should eq("name:name,key:value,message:Hello, Itamae\n") }
end
+
+describe file('/tmp/remote_file_in_definition') do
+ it { should be_file }
+ its(:content) { should eq("definition_example\n") }
+end