README.md in onebox-1.2.2 vs README.md in onebox-1.2.3
- old
+ new
@@ -105,11 +105,11 @@
end
end
end
```
- 3. Create new onebox spec
+ 3. Create new onebox spec using [FakeWeb](https://github.com/chrisk/fakeweb)
``` ruby
# in spec/lib/onebox/engine/name_spec.rb
require "spec_helper"
@@ -151,10 +151,10 @@
<p>{{description}}</p>
</a>
</div>
```
- 5. Create new fixture from HTML response
+ 5. Create new fixture from HTML response for your FakeWeb request(s)
``` bash
curl --output spec/fixtures/oneboxname.response -L -X -GET http://example.com
```