README.md in watchdocs-rails-0.3.7 vs README.md in watchdocs-rails-0.4.0

- old
+ new

@@ -87,10 +87,23 @@ Minitest.after_run do Watchdocs::Rails::Recordings.export end ``` +#### Configuring with VCR + + +If you are using VCR add this line to your `VCR.configure` block: + +```ruby +VCR.configure do |c| + config.ignore_request do |req| + req.uri == Watchdocs::Rails.configuration.export_url + end +end +``` + ### Development (manual tests) If you don't have any request specs yet. You can add the following line to `config/environments/development.rb`. ```ruby @@ -119,9 +132,10 @@ ## Dependencies - httparty - configurations +- recurrent ## Contributing 1. Fork it ( https://github.com/<user>/<gem>/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)