From 9751463263d2f006406da03b49da5056d4519cf6 Mon Sep 17 00:00:00 2001 From: Branan Purvine-Riley Date: Thu, 31 May 2012 10:09:40 -0700 Subject: Replace hardcoded recursive symlink with .fixtures.yml --- .fixtures.yml | 5 +++++ spec/fixtures/modules/ntp | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .fixtures.yml delete mode 120000 spec/fixtures/modules/ntp diff --git a/.fixtures.yml b/.fixtures.yml new file mode 100644 index 0000000..a4b9801 --- /dev/null +++ b/.fixtures.yml @@ -0,0 +1,5 @@ +fixtures: + repositories: + "stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git" + symlinks: + "ntp": "#{source_dir}" diff --git a/spec/fixtures/modules/ntp b/spec/fixtures/modules/ntp deleted file mode 120000 index 1b20c9f..0000000 --- a/spec/fixtures/modules/ntp +++ /dev/null @@ -1 +0,0 @@ -../../../ \ No newline at end of file -- cgit v1.2.3