# File lib/autotest/rspec.rb, line 29 def consolidate_failures(failed) filters = new_hash_of_arrays failed.each do |spec, trace| if trace =~ /\n(\.\/)?(.*spec\.rb):[\d]+:/ filters[$2] << spec end end return filters end
Generated with the Darkfish Rdoc Generator 2.