drugpl / bbq

Object oriented acceptance testing using personas.
MIT License
92 stars 9 forks source link

Add support for testing REST APIs #16

Closed jdudek closed 12 years ago

jdudek commented 13 years ago

Here's how it might look like: https://gist.github.com/1212860

We could provide default implementation of Bbq::TestClient, similar to Bbq::TestUser.

mostlyobvious commented 12 years ago

I used it already at least twice, so it might be good idea to have it in standard. Here's my take based on latest project: https://gist.github.com/1483073

jdudek commented 12 years ago

I've pushed a branch https://github.com/drugpl/bbq/tree/test_client. Code review will be appreciated.