Skip to content

Commit

Permalink
Shouldn't test the native dup method
Browse files Browse the repository at this point in the history
  • Loading branch information
sleparc committed Feb 25, 2012
1 parent 1544418 commit 20dfad4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/backtrace_test.rb
Expand Up @@ -43,7 +43,6 @@ class BacktraceTest < Test::Unit::TestCase
should "be equal with equal lines" do
one = build_backtrace_array
two = one.dup
assert_equal one, two

assert_equal Airbrake::Backtrace.parse(one), Airbrake::Backtrace.parse(two)
end
Expand Down

0 comments on commit 20dfad4

Please sign in to comment.