You can run the test suite against a live server by running script/test
. It
automatically starts a test server in background. Only tests in
test/adapters/*_test.rb
require a server, though.
# run the whole suite $ script/test # run only specific files $ script/test excon typhoeus # run tests using SSL $ SSL=yes script/test
We will accept middleware that:
We will accept adapters that:
We are pushing towards a 1.0 release, when we will have to follow Semantic Versioning. If your patch includes changes to break compatiblitity, note that so we can add it to the Changelog.