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, #dump_summary, #example_failed, #example_group_started, #example_passed, #example_pending, #example_started, #method_missing, #respond_to?

Constructor Details

#initialize(*args) ⇒ RSpecBase

Returns a new instance of RSpecBase.



214
215
216
217
# File 'lib/ci/reporter/rspec.rb', line 214

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

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class CI::Reporter::RSpec