質問

I would like to publish a Gem I wrote so it can be installed by users via gem install my-gem. The RubyGems guide on how to Make Your Own Gem has a section on using Test::Unit and rake to test my code.

Writing tests is going to add significant development time to a Gem that (in this case) is somewhat trivial in nature. I'd like to avoid it if possible.

Is it necessary to write tests in order to publish a Gem or just a suggestion?

役に立ちましたか?

解決

It is a (good) suggestion, and is in no way required to publish a gem.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top