class Covered::RSpec::Formatter
Public Class Methods
new(output)
click to toggle source
# File lib/covered/rspec.rb, line 32 def initialize(output) @output = output end
Public Instance Methods
dump_summary(notification)
click to toggle source
# File lib/covered/rspec.rb, line 36 def dump_summary notification $covered.call(@output) end