summaryrefslogtreecommitdiffstats
path: root/test/lib/spec/mocks/errors.rb
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2007-08-23 11:52:31 -0500
committerLuke Kanies <luke@madstop.com>2007-08-23 11:52:31 -0500
commit58494cc8566da04711715e54274f472377b1aba0 (patch)
tree66bd610d359f549fc68e9985accf7b4141b7982e /test/lib/spec/mocks/errors.rb
parentd59315a07a8a01ca65952d8e8fe9d2f1bb84d30e (diff)
downloadpuppet-58494cc8566da04711715e54274f472377b1aba0.tar.gz
puppet-58494cc8566da04711715e54274f472377b1aba0.tar.xz
puppet-58494cc8566da04711715e54274f472377b1aba0.zip
Building a stand-alone spec directory for creating the new spec-based tests.
Diffstat (limited to 'test/lib/spec/mocks/errors.rb')
-rw-r--r--test/lib/spec/mocks/errors.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/lib/spec/mocks/errors.rb b/test/lib/spec/mocks/errors.rb
deleted file mode 100644
index 68fdfe006..000000000
--- a/test/lib/spec/mocks/errors.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-module Spec
- module Mocks
- class MockExpectationError < StandardError
- end
-
- class AmbiguousReturnError < StandardError
- end
- end
-end
-