Method: CI::Reporter::RSpec#initialize
- Defined in:
- lib/ci/reporter/rspec.rb
#initialize(output, dry_run = false, colour = false, report_mgr = nil) ⇒ RSpec
28 29 30 31 32 |
# File 'lib/ci/reporter/rspec.rb', line 28 def initialize(output, dry_run=false, colour=false, report_mgr=nil) super(output, dry_run, colour) @report_manager = report_mgr || ReportManager.new("spec") @suite = nil end |