README.md in bikes-0.0.2 vs README.md in bikes-0.0.3
- old
+ new
@@ -1,6 +1,6 @@
-### v0.0.1 - simple wrapper for HTTP invocations
+### v0.0.3 - simple wrapper for HTTP invocations
Wraps the results from the web service at [JC Decaux](https://developer.jcdecaux.com/#/opendata/vls?page=getstarted) in `Hashie::Mash` objects for ease of access.
You will need to get a developer key from the website to participate.
@@ -32,5 +32,18 @@
Get an array of all the 'contracts' that are deployed - each contract refers to one or more cities covered by a specific instance of the bike scheme
```
b.contracts
```
+
+**Testing**
+
+Local testing happens using Webmock. To run the tests
+
+```
+git clone https://github.com/oisin/bikes.git
+cd bikes
+bundle install
+bundle exec rake
+```
+
+Coverage is supplied courtesy of SimpleCov, and can be found in the `coverage` directory after a successful test run.