From e71e82f8ac167ae840af1395bb474239c5d431a8 Mon Sep 17 00:00:00 2001 From: Chris Corbyn Date: Wed, 11 Jun 2014 10:09:54 +0000 Subject: [PATCH] Add missing fixture file Signed-off-by: Chris Corbyn --- tests/fixtures/links-figfile/fig.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/fixtures/links-figfile/fig.yml diff --git a/tests/fixtures/links-figfile/fig.yml b/tests/fixtures/links-figfile/fig.yml new file mode 100644 index 000000000..955436336 --- /dev/null +++ b/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