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

Change custom cop tests to emulate using Ruby 2.5 #264

Closed wvanbergen closed 4 years ago

wvanbergen commented 4 years ago

Rubocop dropped support for version 2.3, which caused our Rubocop tests to fail. The test harness pretends that a Ruby 2.3 source file is being tested. The fix is to simple pretend we are using a newer version.