Method: RSpec::Core::Notifications::SeedNotification#fully_formatted
- Defined in:
- lib/rspec/core/notifications.rb
#fully_formatted ⇒ String
Returns The seed information fully formatted in the way that RSpec's built-in formatters emit.
282 283 284 |
# File 'lib/rspec/core/notifications.rb', line 282 def fully_formatted "\nRandomized with seed #{seed}\n" end |