Skip to content

Commit

Permalink
Minitest lines in backtrace are no longer interesting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimweirich committed Sep 27, 2010
1 parent 91f15dc commit 322ca38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edgecase.rb
Expand Up @@ -286,7 +286,7 @@ def indent(text)

def find_interesting_lines(backtrace)
backtrace.reject { |line|
line =~ /test\/unit\/|edgecase\.rb/
line =~ /test\/unit\/|edgecase\.rb|minitest/
}
end

Expand Down

0 comments on commit 322ca38

Please sign in to comment.