summaryrefslogtreecommitdiff
path: root/puppet/modules/vcsrepo/spec/spec_helper.rb
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-09 17:35:10 +0200
committervarac <varacanero@zeromail.org>2016-06-14 12:05:18 +0200
commitbfb413191999127e01699873ba061f91935fb9c3 (patch)
treea98a6788b055e5c01855228f50cbaf603d44e41f /puppet/modules/vcsrepo/spec/spec_helper.rb
parent191e76e270c36c70b46c5d3a2418669d3c95217c (diff)
git subrepo clone https://leap.se/git/puppet_vcsrepo puppet/modules/vcsrepo
subrepo: subdir: "puppet/modules/vcsrepo" merged: "4e23209" upstream: origin: "https://leap.se/git/puppet_vcsrepo" branch: "master" commit: "4e23209" git-subrepo: version: "0.3.0" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "cb2995b"
Diffstat (limited to 'puppet/modules/vcsrepo/spec/spec_helper.rb')
-rw-r--r--puppet/modules/vcsrepo/spec/spec_helper.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/modules/vcsrepo/spec/spec_helper.rb b/puppet/modules/vcsrepo/spec/spec_helper.rb
new file mode 100644
index 00000000..22d5d689
--- /dev/null
+++ b/puppet/modules/vcsrepo/spec/spec_helper.rb
@@ -0,0 +1,8 @@
+#This file is generated by ModuleSync, do not edit.
+require 'puppetlabs_spec_helper/module_spec_helper'
+
+# put local configuration and setup into spec_helper_local
+begin
+ require 'spec_helper_local'
+rescue LoadError
+end