search for: env_options

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

2011 Jan 26
2
changes in rspec 2.4 break ci_reporter
...tions_file options_to_merge << custom_options else options_to_merge << global_options options_to_merge << local_options end options_to_merge << env_options options_to_merge << command_line_options options_to_merge.inject do |merged, options| merged.merge(options) end end end the last section, instead of merging hashes, could combine t...