README.md in minitest-vcr-0.0.1 vs README.md in minitest-vcr-0.0.2
- old
+ new
@@ -1,7 +1,10 @@
-# minitest-vcr
+minitest-vcr
+============
+[![Build Status](https://travis-ci.org/mfpiccolo/minitest-vcr.png?branch=master)](https://travis-ci.org/mfpiccolo/minitest-vcr)
+
* [Homepage](http://mfpiccolo.github.io/minitest-vcr)
* [Issues](https://github.com/mfpiccolo/minitest-vcr/issues)
* [Documentation](http://rubydoc.info/gems/minitest-vcr/frames)
* [Email](mailto:mfpiccolo@gmail.com)
@@ -54,11 +57,13 @@
```ruby
require "test_helper"
describe Example::Spec do
- describe 'an example group', vcr: true do
+ # Notice here symbols are treated as true values
+ # You could also do vcr: true
+ describe 'an example group', :vcr do
describe 'with a nested example group' do
before do
conn = Faraday.new
@response = conn.get 'http://example.com'
end
@@ -87,11 +92,15 @@
Or install it yourself as:
$ gem install minitest-vcr
+## Donating
+Support this project and [others by mfpiccolo][gittip-mfpiccolo] via [gittip][gittip-mfpiccolo].
+[gittip-mfpiccolo]: https://www.gittip.com/mfpiccolo/
+
## Copyright
Copyright (c) 2013 Mike Piccolo
See [LICENSE.txt](LICENSE.txt) for details.
@@ -101,9 +110,8 @@
1. Fork it ( http://github.com/<my-github-username>/minitest-vcr/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/mfpiccolo/minitest-vcr/trend.png)](https://bitdeli.com/free "Bitdeli Badge")