Language

Package: ruby-shoulda-context @ 1.2.2

Synopsis

Test::Unit context framework extracted from Shoulda

Description

shoulda-context is the context framework extracted from Shoulda. Instead of writing Ruby methods with lots_of_underscores, shoulda-context adds context, setup, and should blocks combine to produce natural test method names.

Home page
https://github.com/thoughtbot/shoulda-context
Location
gnu/packages/ruby.scm (line: 8705, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?