summaryrefslogtreecommitdiff
path: root/test/error.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/error.rb')
-rw-r--r--test/error.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/error.rb b/test/error.rb
index eeac735..428f63d 100644
--- a/test/error.rb
+++ b/test/error.rb
@@ -7,12 +7,6 @@ class ErrorTest < MiniTest::Test
assert_nil OpenTox::Feature.find(object.id)
end
- def test_error_methods
- assert_raises OpenTox::NotFoundError do
- not_found_error "This is a test"
- end
- end
-
def test_exception
assert_raises Exception do
raise Exception.new "Basic Exception"