Sha256: 200bb52b582eb31b6808e95b1ec1a94f7431cede43f9feca5515ae7a058681c8

Contents?: true

Size: 959 Bytes

Versions: 3

Compression:

Stored size: 959 Bytes

Contents

## VCR

The cucumber features provided here demonstrate all of the major features of
VCR.  These features are executable documentation for VCR.

Many of the examples use one (or both) of these helper functions
provided by `vcr_cucumber_helpers.rb`:

* `start_sinatra_app`: starts a sinatra application on the given port.
  The server automatically shuts down when the ruby script ends.  Many
  examples re-run the script without the sinatra server to demonstrate
  the replaying of a recorded HTTP response.
* `include_http_adapter_for`: includes a module that implements a common
  HTTP interface for the given HTTP library.  The `response_body_for`
  method will make an HTTP request using the given this library.  This
  allows scenarios to be run against each different supported HTTP
  library.

If you have ideas to clarify or improve any of these cucumber features,
please submit an [issue](https://github.com/myronmarston/vcr/issues) or
pull request.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vcr-1.4.0 features/README.md
vcr-1.3.3 features/README.md
vcr-1.3.2 features/README.md