Language

Package: ruby-lemon @ 0.9.1

Synopsis

Test framework correlating code structure and test unit

Description

Lemon is a unit testing framework that enforces highly formal case-to-class and unit-to-method test construction. This enforcement can help focus concern on individual units of behavior.

Home page
https://rubyworks.github.io/lemon
Location
gnu/packages/ruby.scm (line: 9435, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?