apiaryio / polls-api

Polls is an example web API that allows consumers to view polls and vote in them.
MIT License
46 stars 22 forks source link

Use dredd for blueprint testing #4

Closed kylef closed 9 years ago

kylef commented 9 years ago

This pull request uses dredd to start testing the blueprint against the implementation. I had to make a change to the blueprint's vote action to make it return a JSON structure as it should do this.

pksunkara commented 9 years ago

Minor comment that's blocking. Please address that.