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: 106,300 of 183,147
Downloads: 6,393

Daily

Ranking: 51,220 of 183,139
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
25818,429,918rspec
223158,856,372yard
45680,186,500cucumber

Owners

#GravatarHandle
1iconsfeley