Registry / testing / realweb

realweb

JSON →
library1.0.1rbrubygemsunverified

Easily runs a rack app for tests that hit web APIs, providing a real HTTP server for integration testing.

gem install realweb
INSTALL
IMPORT
SIG · REALWEB
R
realweb
testingrubyv1.0.1
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.

RealWeb
✓ require 'realweb'

Start a Rack app for testing HTTP interactions.

require 'realweb' RealWeb.start_rack_app('config.ru') do |server| response = Net::HTTP.get(server.host, '/', server.port) puts response end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
realweb — gem install realweb · libregistry