search for: custom_opt

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

Did you mean: custom_one
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
...ter 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 options_to_merge << e...