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: 107,905 of 187,622
Downloads: 6,833

Daily

Ranking: 139,079 of 187,603
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
28925,351,231rspec
224197,278,027yard
48992,979,765cucumber

Owners

#GravatarHandle
1iconsfeley