Class: Teaspoon::Formatter::Teamcity

Inherits:
Base
  • Object
show all
Defined in:
lib/teaspoon/formatter/teamcity.rb

Constant Summary

Constants inherited from Base

Base::RESERVED_PARAMS

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) ⇒ Teamcity



6
7
8
9
# File 'lib/teaspoon/formatter/teamcity.rb', line 6

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