Sha256: 6221720e806d46e879e6bdab9bb02fa13c04c0a0b557a3d427cf2d744839a520
Contents?: true
Size: 254 Bytes
Versions: 2
Compression:
Stored size: 254 Bytes
Contents
require_relative 'formatter' require_relative 'parallel_report' module Rpruby module Cucumber class ParallelFormatter < Formatter private def report @report ||= Rpruby::Cucumber::ParallelReport.new end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rpruby-1.2.2 | lib/rpruby/cucumber/parallel_formatter.rb |
rpruby-1.2.1 | lib/rpruby/cucumber/parallel_formatter.rb |