pengwynn / chargify

Ruby wrapper for the chargify.com SAAS and billing API
MIT License
61 stars 29 forks source link

regenerate gemspec - does not include all test fixture files #6

Closed cldwalker closed 13 years ago

cldwalker commented 13 years ago

Problem: tried running tests from an installed gem but the gemspec doesn't include all fixtures Solution: Regenerate gemspec with correct list of fixture files

pengwynn commented 13 years ago

Fixtures can get quite big to distribute with the gem. If I want to run tests for a gem, I pull down the source from GitHub. Any reason why you need to run tests from the distributed gem?

cldwalker commented 13 years ago

No but most gems do ship with working tests. A note about this in the readme or gemspec wouldn't hurt.