ryandoyle / vagrancy

Your private Vagrant cloud
GNU General Public License v3.0
89 stars 29 forks source link

added support for upload and download of large boxes #3

Closed syntacticvexation closed 8 years ago

ryandoyle commented 8 years ago

Hey - thanks for the PR :) It looks like the specs are failing with your new changes. Are you able to access the link https://travis-ci.org/ryandoyle/vagrancy/builds/158360789 ? If you could update the specs to work with your new changes that would be awesome.

Thanks again!

syntacticvexation commented 8 years ago

Yep I'll take a look. I think it's because copy_stream is expecting the first param to be a stream instead of a string. Wrapping the test case in StringIO should cover it.

ryandoyle commented 8 years ago

Thanks for your contribution! I'll create a new release with your updated changes.

Cheers