# File lib/autotest/rspec.rb, line 29 29: def consolidate_failures(failed) 30: filters = new_hash_of_arrays 31: failed.each do |spec, trace| 32: if trace =~ /\n(\.\/)?(.*spec\.rb):[\d]+:/ 33: filters[$2] << spec 34: end 35: end 36: return filters 37: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.