Class: CI::Reporter::RSpecBase

Inherits:
RSpec
  • Object
show all
Defined in:
lib/ci/reporter/rspec.rb

Instance Attribute Summary

Attributes inherited from RSpec

#formatter, #report_manager

Instance Method Summary collapse

Methods inherited from RSpec

#add_behaviour, #add_example_group, #close, #dump_failure, #dump_failures, #dump_pending, #dump_summary, #example_failed, #example_group_finished, #example_group_started, #example_passed, #example_pending, #example_started, #start, #start_dump

Constructor Details

#initialize(*args) ⇒ RSpecBase

Returns a new instance of RSpecBase.



225
226
227
228
# File 'lib/ci/reporter/rspec.rb', line 225

def initialize(*args)
  @formatter = RSpecFormatters::BaseFormatter.new(*args)
  super
end