module RSpec::Core::Formatters::LegacyFormatter::LegacyInterface

def seed(seed)

def seed(seed)
  super Notifications::SeedNotification.new(seed, true) if defined?(super)
end