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