# File test/test_blob.rb, line 10 def test_nosuch_blob t = @r.blob('blahblah') assert t.is_a?(Blob) end