lib/assert/result.rb in assert-0.7.0 vs lib/assert/result.rb in assert-0.7.1
- old
+ new
@@ -163,10 +163,10 @@
"Fail"
end
# override of the base, show the test's context info called_from
def trace
- self.test.context_info.called_from
+ self.test.context_info.called_from || super
end
end
# raised by the 'skip' context helper to break test execution