Class: Teaspoon::Formatter::Teamcity
- Defined in:
- lib/teaspoon/formatter/teamcity.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#errors, #failures, #passes, #pendings, #run_count, #total_count
Instance Method Summary collapse
-
#initialize(*args) ⇒ Teamcity
constructor
A new instance of Teamcity.
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 |