class RSpec::LegacyFormatters::Adaptor

def seed(notification)

Parameters:
  • notification (SeedNotification) -- containing the seed

Other tags:
    Api: - public
def seed(notification)
  @formatter.seed notification.seed
end