padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 509 forks source link

Remove FakeWeb, use Webmock #2282

Closed achiurizo closed 9 months ago

achiurizo commented 9 months ago

This removes FakeWeb and replaces it with webmock instead.

FakeWeb hasn't been updated in quite some time (7 years) and no longer works on Ruby 3.1+ it seems. This fixes our test suite and generation to instead use webmock.