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