lib/lopata/observers/web_logger.rb in lopata-0.1.6 vs lib/lopata/observers/web_logger.rb in lopata-0.1.7

- old
+ new

@@ -17,12 +17,16 @@ @client.add_attempt(scenario, @finished) end end end + # @private PASSED = 0 + # @private FAILED = 1 + # @private PENDING = 2 + # @private SKIPPED = 5 # @private class Client include HTTParty \ No newline at end of file