dblock / strava-ruby-client

A complete Ruby client for the Strava API v3.
https://code.dblock.org/2018/11/27/writing-a-new-strava-api-ruby-client.html
MIT License
97 stars 22 forks source link

Require Rubocop-Rspec and use it #70

Closed simonneutert closed 2 months ago

simonneutert commented 1 year ago

gem is already in the repo, but needs to be required, too

# .rubocop.yml
require:
  - rubocop-rspec
dblock commented 7 months ago

Want to upgrade rubocop and do this one @simonneutert?