Class: Specjour::Cucumber::Printer
- Defined in:
- lib/specjour/cucumber/printer.rb
Constant Summary
Constants inherited from Printer
Constants included from Protocol
Protocol::TERMINATOR, Protocol::TERMINATOR_REGEXP
Instance Attribute Summary
Attributes inherited from Printer
#completed_workers, #disconnections, #specs_to_run, #worker_size
Instance Method Summary collapse
Methods inherited from Printer
#done, #exit_status, #initialize, #ready, #serve, start, #worker_summary=
Methods included from Protocol
Constructor Details
This class inherits a constructor from Specjour::Printer
Instance Method Details
#report ⇒ Object
4 5 6 |
# File 'lib/specjour/cucumber/printer.rb', line 4 def report @report ||= FinalReport.new end |