cyu / rack-cors

Rack Middleware for handling Cross-Origin Resource Sharing (CORS), which makes cross-origin AJAX possible.
MIT License
3.26k stars 263 forks source link

Mocha 2.0+ / Minitest 5.19+ compatibility #266

Closed voxik closed 12 months ago

voxik commented 12 months ago

The support for require 'mocha/setup' is long time deprecated and was removed in Mocha 2.0:

https://github.com/freerange/mocha/commit/642a0ff4

voxik commented 12 months ago

@valtri This soon will be needed in Fedora

cyu commented 12 months ago

Thanks!