metricfu / metric_fu

A fist full of code metrics
http://metricfu.github.com/metric_fu
MIT License
624 stars 96 forks source link

Fixes default Rake task to find spec files #328

Closed etagwerker closed 2 years ago

etagwerker commented 2 years ago

Hi there,

bundle exec rake was not working as expected, so I decided to fix the regex so that it actually finds the _spec files... 😄

Also, I updated the GitHub CI configuration to simply run bundle exec rake

Please check it out.

Thanks!