diff options
Diffstat (limited to 'test/test_blob.rb')
| -rw-r--r-- | test/test_blob.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_blob.rb b/test/test_blob.rb index 2bdc1cb..ecb8782 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -29,10 +29,6 @@ class TestBlob < Test::Unit::TestCase assert_equal "foo.rb", blob("foo.rb").name end - def test_pathname - assert_equal Pathname.new("foo.rb"), blob("foo.rb").pathname - end - def test_mime_type assert_equal "application/octet-stream", blob("Binary/dog.o").mime_type assert_equal "application/ogg", blob("Binary/foo.ogg").mime_type |
