splitwise / cacheable

A quick way to make cacheable method calls in Ruby
MIT License
48 stars 2 forks source link

remove puts from test #10

Closed agrberg closed 5 years ago

agrberg commented 5 years ago

Introduced by me in PR #8 https://github.com/splitwise/cacheable/pull/8/files#diff-a70e599c5e70da41d8f98e0f13dbd142R136

I know there's a Rails Rubocop for puts over Rails.logger.#{type}. Is there a cop for puts in spec files?