Module: RubyUnit::GemInfo

Defined in:
lib/RubyUnit.rb

Overview

RubyUnit::GemInfo contains data and functionality needed by the gem builder when building and distributing the RubyUnit gem.

Constant Summary collapse

FILES =

base files at root level

['README.md', 'LICENSE.md'] +  # base files at root level
Dir['lib/**/*.rb']
DESCRIPTION =
'Unit testing and test-driven development are crucial parts of '    +
'the software development life cycle. This tool is intended to '    +
'make development and testing in Ruby easier on everyone. RubyUnit '+
'is also designed to with a focus on data-driven testing and meta-' +
'programming.'