Flowdock
method

add_failure

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: RUNIT::TestResult
add_failure(failure) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/runit/testresult.rb, line 25
    def add_failure(failure)
      def failure.at
        return location
      end
      def failure.err
        return message
      end
      super(failure)
    end
Register or log in to add new notes.