Sha256: b128eaec6f7e4505b7884eaec4382df17e57df4c1f4c9e5408be7536bc8f4c6e

Contents?: true

Size: 937 Bytes

Versions: 10

Compression:

Stored size: 937 Bytes

Contents

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/vcr/vcr/issues) or pull request.

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
dwolla_swagger-1.0.6 vendor/bundle/ruby/2.2.0/gems/vcr-2.9.3/features/about_these_examples.md
mustwin-vcr-2.9.3 features/about_these_examples.md
vcr-2.9.3 features/about_these_examples.md
vcr-2.9.2 features/about_these_examples.md
vcr-2.9.1 features/about_these_examples.md
vcr-2.9.0 features/about_these_examples.md
social_url_stats-0.0.1 vendor/ruby/1.9.1/gems/vcr-2.8.0/features/about_these_examples.md
vcr-2.8.0 features/about_these_examples.md
vcr-2.7.0 features/about_these_examples.md
vcr-2.6.0 features/about_these_examples.md