Class: Teaspoon::Formatters::TeamcityFormatter

Inherits:
Base
  • Object
show all
Defined in:
lib/teaspoon/formatters/teamcity_formatter.rb

Instance Attribute Summary

Attributes inherited from Base

#errors, #failures, #passes, #pendings, #run_count, #total_count

Instance Method Summary collapse

Methods inherited from Base

#complete, #console, #coverage, #error, #exception, #result, #runner, #spec, #suite, #threshold_failure

Constructor Details

#initialize(*args) ⇒ TeamcityFormatter



5
6
7
8
# File 'lib/teaspoon/formatters/teamcity_formatter.rb', line 5

def initialize(*args)
  log("enteredTheMatrix timestamp='#{Time.now.to_json.gsub('"', "")}'")
  super
end