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