Shopify / statsd-instrument

A StatsD client for Ruby apps. Provides metaprogramming methods to inject StatsD instrumentation into your code.
http://shopify.github.io/statsd-instrument
MIT License
574 stars 97 forks source link

Fix mocha deprecation warning #253

Closed floehopper closed 4 years ago

floehopper commented 4 years ago

Requiring 'mocha/setup' was deprecated in mocha v1.10.0.

wvanbergen commented 4 years ago

Thanks for contributing a fix!

floehopper commented 4 years ago

👍