search for: configurationoptions

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

Did you mean: configuration_options
2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
...y CI machine (hudson). Prior to rspec 2.4, environment options would override commandline options. 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...