rspec / rspec-support

Common code needed by the other RSpec gems. Not intended for direct use.
https://rspec.info
MIT License
95 stars 104 forks source link

Implement RubyFeatures.distincts_kw_args_from_positional_hash? #535

Closed casperisfine closed 2 years ago

casperisfine commented 2 years ago

Extracted from: https://github.com/rspec/rspec-mocks/pull/1461

cc @pirj

pirj commented 2 years ago

Please don't hesitate to rubocop:disable Metrics/ModuleLength for this class. Once we release RSpec 4, we should be back down under 100 lines.

casperisfine commented 2 years ago

Please don't hesitate to rubocop:disable Metrics/ModuleLength for this class.

Done.

I hate these Metrics/* cops so much...