def test_extensioned_url(self):
     image_path = ImageTruck.extensioned('example.com/image')
     eq_(image_path, 'example.com/image#.gif')