search for: options_to_merg

Displaying 1 result from an estimated 1 matches for "options_to_merg".

Did you mean: options_to_merge
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
...ons. So the gem used this to change the formatter and require its files. In 2.4, that order has been reversed. the thing is 2.4 supports multiple formatters, so there is another suggestion. RSpec::Core::ConfigurationOptions def parse_options @options = begin options_to_merge = [] if custom_options_file options_to_merge << custom_options else options_to_merge << global_options options_to_merge << local_options end...