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, 0 insertions, 6 deletions
diff --git a/spec/lib/spec/expectations/errors.rb b/spec/lib/spec/expectations/errors.rb
deleted file mode 100644
index 03e81a064..000000000
--- a/spec/lib/spec/expectations/errors.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Spec
- module Expectations
- class ExpectationNotMetError < StandardError
- end
- end
-end