padrino / padrino-framework

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

Remove FakeWeb, use Webmock #2282

Closed achiurizo closed 10 months ago

achiurizo commented 10 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.