summaryrefslogtreecommitdiffstats
path: root/test/lib/support.rb
diff options
context:
space:
mode:
authorerikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-15 04:00:38 +0000
committererikh <erikh@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-15 04:00:38 +0000
commit4cd37ade1574a326f9ce267af2edc61a78deea86 (patch)
tree1093cba18d4c7d7d4170c255db442f3dc0c774a7 /test/lib/support.rb
parent4897995e4cbe4ec3e452de50404799cfc27ed90b (diff)
Merged test framework into trunk - still not ready until tests are converted to use it.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1601 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib/support.rb')
-rw-r--r--test/lib/support.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lib/support.rb b/test/lib/support.rb
new file mode 100644
index 000000000..2d34ecb42
--- /dev/null
+++ b/test/lib/support.rb
@@ -0,0 +1,8 @@
+module PuppetTestSupport
+end
+
+require 'support/assertions'
+require 'support/file'
+require 'support/helpers'
+require 'support/parser'
+require 'support/utils'