summaryrefslogtreecommitdiffstats
path: root/test/lib/stubba.rb
diff options
context:
space:
mode:
authormpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-23 08:18:10 +0000
committermpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-23 08:18:10 +0000
commit1d711dcfd902035b9be81debcfb5c271f78ae154 (patch)
treefd4ab3ca7b3522bb0dab9f8d954f40326cdc294f /test/lib/stubba.rb
parenta752eb2e7152ad81ad747d7c8604694d51d25fd8 (diff)
downloadpuppet-1d711dcfd902035b9be81debcfb5c271f78ae154.tar.gz
puppet-1d711dcfd902035b9be81debcfb5c271f78ae154.tar.xz
puppet-1d711dcfd902035b9be81debcfb5c271f78ae154.zip
Partially complete #241. Add a 'purged' value for Package.ensure, and add a handler for all of the Debian providers. Also wrote sensible test cases, and so we've now got Mocha running around in our source tree.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2223 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib/stubba.rb')
-rw-r--r--test/lib/stubba.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/stubba.rb b/test/lib/stubba.rb
new file mode 100644
index 000000000..eade747f6
--- /dev/null
+++ b/test/lib/stubba.rb
@@ -0,0 +1,2 @@
+# for backwards compatibility
+require 'mocha' \ No newline at end of file