Categories: None [Edit]

echo

https://rubygems.org/gems/echo
https://github.com/SFEley/echo
Echo is a test double for API interactions that learns from the real API. In its simplest use case, it extends Net::HTTP and tracks every HTTP call to a registered domain. If it hasn't seen that call, it stores both the request and the response. On subsequent calls it returns the stored response. Explicit scenario start/end markers are also supported for more complex multiple-step interactions.

Total

Ranking: 108,119 of 188,277
Downloads: 6,903

Daily

Ranking: 104,632 of 188,252
Downloads: 3

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29935,725,168rspec
225200,807,237yard
49794,225,081cucumber

Owners

#GravatarHandle
1iconsfeley