class RSpec::Core::Notifications::SeedNotification
def fully_formatted
-
(String)
- The seed information fully formatted in the way that
def fully_formatted "\nRandomized with seed #{seed}\n" end
def seed_used?
-
(Boolean)
- has the seed been used?
Other tags:
- Api: -
def seed_used? !!used end