CI::Reporter::RSpec
# File lib/ci/reporter/rspec.rb, line 214 def initialize(*args) @formatter = RSpecFormatters::BaseFormatter.new(*args) super end