Registry / testing / rack-test

rack-test

JSON →
library2.2.0rbrubygemsunverified

A small, simple testing API for Rack apps, usable standalone or as a foundation for web frameworks and testing libraries.

gem install rack-test
INSTALL
IMPORT
SIG · RACK-TEST
R
rack-test
testingrubyv2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::Test
require 'rack/test'

Test a simple Rack app

require 'rack/test' include Rack::Test::Methods def app ->(env) { [200, {}, ['Hello']] } end get '/' assert last_response.ok?
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Resources
rack-test — gem install rack-test · libregistry