Sha256: a8f4adeaa8f7b5c8b2ee6812c76a78b75bb51dee5371f4c56028b67b21ac38b9

Contents?: true

Size: 978 Bytes

Versions: 1

Compression:

Stored size: 978 Bytes

Contents

## About the Cucumber Features

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 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

1 entries across 1 versions & 1 rubygems

Version Path
vcr-1.7.0 features/about_the_cucumber_features.md