summaryrefslogtreecommitdiff
path: root/lib/test/unit/assertionfailederror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test/unit/assertionfailederror.rb')
-rw-r--r--lib/test/unit/assertionfailederror.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/test/unit/assertionfailederror.rb b/lib/test/unit/assertionfailederror.rb
deleted file mode 100644
index afbfa1f2eb..0000000000
--- a/lib/test/unit/assertionfailederror.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# Author:: Nathaniel Talbott.
-# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
-# License:: Ruby license.
-
-module Test
- module Unit
-
- # Thrown by Test::Unit::Assertions when an assertion fails.
- class AssertionFailedError < StandardError
- end
- end
-end