瀏覽代碼

Add missing fixture file

Signed-off-by: Chris Corbyn <[email protected]>
Chris Corbyn 11 年之前
父節點
當前提交
e71e82f8ac
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      tests/fixtures/links-figfile/fig.yml

+ 11 - 0
tests/fixtures/links-figfile/fig.yml

@@ -0,0 +1,11 @@
+db:
+  image: ubuntu
+  command: /bin/sleep 300
+web:
+  image: ubuntu
+  command: /bin/sleep 300
+  links:
+    - db:db
+console:
+  image: ubuntu
+  command: /bin/sleep 300