README.md in pipekit-webmock-0.1.0 vs README.md in pipekit-webmock-0.2.0
- old
+ new
@@ -20,9 +20,15 @@
$ gem install pipekit-webmock
## Usage
+```ruby
+# spec/spec_helper.rb
+
+require "pipekit/webmock"
+```
+
To use `pipekit` you will need a dummy Pipedrive config for your tests. Create a file with Pipedrive field mapping in `spec/support/config.yml`. Then add the following to your `spec_helper`:
```ruby
# Dummy config data
Pipekit.config_file_path = File.join(File.dirname(__FILE__), "support", "config.yml")