summaryrefslogtreecommitdiff
path: root/test/rubygems/test_open_uri.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_open_uri.rb')
-rw-r--r--test/rubygems/test_open_uri.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/rubygems/test_open_uri.rb b/test/rubygems/test_open_uri.rb
deleted file mode 100644
index 6f18b7bb6b..0000000000
--- a/test/rubygems/test_open_uri.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'test/unit'
-require 'rubygems/gem_open_uri'
-
-class TestOpenURI < Test::Unit::TestCase
-
- def test_open_uri_not_broken
- assert_nothing_raised do
- open __FILE__ do end
- end
- end
-
-end
-