Browse Source

Add missing fixture file

Signed-off-by: Chris Corbyn <[email protected]>
Chris Corbyn 11 years ago
parent
commit
e71e82f8ac
1 changed files with 11 additions and 0 deletions
  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