rspec / rspec-core

RSpec runner and formatters
http://rspec.info
MIT License
1.23k stars 765 forks source link

Fix the build by relaxing rubocop rule #3122

Closed JonRowe closed 2 weeks ago

JonRowe commented 2 weeks ago

Turn off a rubocop rule we can't easily satisfy (we can't use a private attr_reader on older rubies and we don't want these to be public) and relax FFI constraints