summaryrefslogtreecommitdiff
path: root/.fixtures.yml
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-11-02 22:47:30 +0100
committervarac <varacanero@zeromail.org>2016-11-02 23:29:17 +0100
commit92e6aab93e081281d25ff69bdceb779943038b24 (patch)
tree2d833006d7b8f45a80be3f5d4c9591675823df5d /.fixtures.yml
parentaeb3bdba1c66f245e9eda46a564a956252cc609b (diff)
Improve tests setup
- Add .fixtures.yaml to checkout common module - Use puppetlabs-spec-helper in spec_helper.rb
Diffstat (limited to '.fixtures.yml')
-rw-r--r--.fixtures.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.fixtures.yml b/.fixtures.yml
new file mode 100644
index 0000000..99efd66
--- /dev/null
+++ b/.fixtures.yml
@@ -0,0 +1,6 @@
+fixtures:
+ repositories:
+ "common":
+ "repo": "https://gitlab.com/shared-puppet-modules-group/common.git"
+ symlinks:
+ "apt": "#{source_dir}"