class RSpec::Core::Formatters::JsonFormatter

def seed(notification)

def seed(notification)
  return unless notification.seed_used?
  @output_hash[:seed] = notification.seed
end