Remove pathname

Closes #207
This commit is contained in:
Joshua Peek
2012-07-23 16:50:30 -05:00
parent bacfd4e832
commit 6ac9138aed
5 changed files with 6 additions and 172 deletions

View File

@@ -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