Sha256: 7096f514672c65c05cedc438aaf1db7093661a39d7cab26ded412d8f6554462b
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
# beaker-http This library is designed to assist in test scenarios where http requests to a Beaker::Host are required. It utilizes the Faraday library to generate requests, and the [Http](lib/beaker-http/http.rb) class is designed to be subclassed into objects that are more targeted to specific http services running on beaker hosts. ## spec testing Spec tests all live under the `spec` folder. These are the default rake task, & so can be run with a simple `bundle exec rake`, as well as being fully specified by running `bundle exec rake test:spec:run` or using the `test:spec` task. ## acceptance testing Acceptance testing will be added once the first few releases have been released.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beaker-http-0.0.1 | README.md |