Skip to content

Rename option_parser.rb to parser.rb in order to match class name.

gitlab-qa-bot requested to merge github/fork/jsl/master into master

Created by: jsl

Hi,

While studying the OptionParser implementation in rspec, we noticed that the file name, option_parser, did not match the class name used - RSpec::Core::Parser. Is there a reason for this? We renamed the file to match the class in our commit, and all tests pass in our local environment.

Thanks!

Justin Leitgeb and Jose Carrion

Merge request reports