summaryrefslogtreecommitdiffstats
path: root/test/lib/spec/expectations/errors.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/spec/expectations/errors.rb')
-rw-r--r--test/lib/spec/expectations/errors.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/lib/spec/expectations/errors.rb b/test/lib/spec/expectations/errors.rb
new file mode 100644
index 000000000..03e81a064
--- /dev/null
+++ b/test/lib/spec/expectations/errors.rb
@@ -0,0 +1,6 @@
+module Spec
+ module Expectations
+ class ExpectationNotMetError < StandardError
+ end
+ end
+end