diff options
| author | mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-23 08:18:10 +0000 |
|---|---|---|
| committer | mpalmer <mpalmer@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-02-23 08:18:10 +0000 |
| commit | 1d711dcfd902035b9be81debcfb5c271f78ae154 (patch) | |
| tree | fd4ab3ca7b3522bb0dab9f8d954f40326cdc294f /test/lib/mocha/instance_method.rb | |
| parent | a752eb2e7152ad81ad747d7c8604694d51d25fd8 (diff) | |
| download | puppet-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/mocha/instance_method.rb')
| -rw-r--r-- | test/lib/mocha/instance_method.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/lib/mocha/instance_method.rb b/test/lib/mocha/instance_method.rb new file mode 100644 index 000000000..f0d4b04b8 --- /dev/null +++ b/test/lib/mocha/instance_method.rb @@ -0,0 +1,8 @@ +require 'mocha/class_method' + +module Mocha + + class InstanceMethod < ClassMethod + end + +end
\ No newline at end of file |
