Class: CI::Reporter::RSpecDoc

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) ⇒ RSpecDoc

Returns a new instance of RSpecDoc.



207
208
209
210
# File 'lib/ci/reporter/rspec.rb', line 207

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

Dynamic Method Handling

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