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,203 of 190,317
Downloads: 7,047

Daily

Ranking: 74,401 of 190,280
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29957,358,331rspec
227209,610,747yard
50397,115,043cucumber

Owners

#GravatarHandle
1iconsfeley