diff options
author | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-31 10:09:40 -0700 |
---|---|---|
committer | Branan Purvine-Riley <branan@puppetlabs.com> | 2012-05-31 10:09:40 -0700 |
commit | 9751463263d2f006406da03b49da5056d4519cf6 (patch) | |
tree | b293ee0bea3d1406ea79ea9c6a1176568975e440 | |
parent | a24401a799eec43bb7f2035c70e5a464d6d31211 (diff) |
Replace hardcoded recursive symlink with .fixtures.yml
-rw-r--r-- | .fixtures.yml | 5 | ||||
l--------- | spec/fixtures/modules/ntp | 1 |
2 files changed, 5 insertions, 1 deletions
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 |