Skip to content

Commit

Permalink
removed patching of BacktraceFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
nodecarter committed Oct 10, 2013
1 parent 0dbefeb commit 7d4b2be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/test_helper.rb
@@ -1,14 +1,6 @@
# Load the normal Rails helper
require File.expand_path(File.dirname(__FILE__) + '/../../../test/test_helper')

require 'test/unit/util/backtracefilter'

module Test::Unit::Util::BacktraceFilter
def filter_backtrace(backtrace, prefix=nil)
backtrace
end
end

def setup_issue_with_tags(test_tags)
public_project = Project.generate!(:is_public => true)
tracker = Tracker.generate!
Expand Down

0 comments on commit 7d4b2be

Please sign in to comment.