Registry / testing / rack-test-app

rack-test-app

JSON →
library1.1.0rbrubygemsunverified

Rack::TestApp is another testing helper library for Rack application, more intuitive than Rack::Test.

gem install rack-test_app
INSTALL
IMPORT
SIG · RACK-TEST-APP
R
rack-test-app
testingrubyv1.1.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::TestApp
require 'rack/test_app'

Test a Rack application with an intuitive API

require 'rack/test_app' app = Rack::TestApp.new(MyApp) response = app.get('/') puts response.body
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rack-test-app — gem install rack-test-app · libregistry