Language

Package: ruby-rack-test @ 0.8.3

Synopsis

Testing API for Rack applications

Description

Rack::Test is a small, simple testing API for Rack applications. It can be used on its own or as a reusable starting point for Web frameworks and testing libraries to build on.

Home page
https://github.com/rack-test/rack-test
Location
gnu/packages/ruby.scm (line: 6977, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?