test-kitchen / kitchen-vra

A Test Kitchen driver for VMware vRealize Automation
Apache License 2.0
13 stars 22 forks source link

Allow `gem build` from downloaded zip file #12

Closed bvandgrift closed 8 years ago

bvandgrift commented 8 years ago

This PR does the following:

adamleff commented 8 years ago

@bvandgrift thank you for opening this pull request.

Unfortunately, this change would be inconsistent with the gemspecs of our other plugins that we maintain, and our development workflow assumes a fully-working git environment where commands like git ls-files function correctly. For those reasons, we will not be able to accept your change.

Your change to lib/kitchen/driver/vra.rb to use #empty? rather than inspecting the size is a valid suggestion though, so I'll cherry-pick that on a separate PR and attribute that change to you.

Thanks in advance for your understanding. ~Adam