README.md in serial-spec-0.2.0 vs README.md in serial-spec-0.2.1

- old
+ new

@@ -1,6 +1,6 @@ -# SerialSpec +# SerialSpec [![Build Status](https://travis-ci.org/blakechambers/serial-spec.svg?branch=master)](https://travis-ci.org/blakechambers/serial-spec) SerialSpec is designed provide some simple matchers and macros overlaying a simple `rack/test` setup for testing json apis more effectively. ## Usage @@ -15,17 +15,9 @@ it_expects(:content_encoding) { expect(status).to eq(200) } it_expects(:content_type) { expect(status).to eq(200) } end ``` - -## 0.2.0 - planned - -- [x] `request_response` -- [x] `with_request` -- [x] `it_expects` -- [x] better response selector support -- [ ] provides_matcher ## Testing architecture SerialSpec is assuming that you are: