The project is in a healthy, maintained state
Test fixtures for running in Async::HTTP.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.20

Runtime

 Project Readme

Sus::Fixtures::Async::HTTP

Provides a convenient fixture for running a web server.

Development Status

Installation

$ bundle add sus-fixtures-async-http

Usage

include Sus::Fixtures::Async::HTTP::ServerContext

let(:response) {client.get("/")}

it 'can perform a reqeust' do
	expect(response.read).to be == "Hello World!"
end