Method: RSpec::Core::Notifications::SeedNotification#seed

Defined in:
lib/rspec/core/notifications.rb

#seedFixnum

the seed used to randomize ordering

Returns:

  • (Fixnum)

    the current value of seed

[View source] [View on GitHub]

271
272
273
# File 'lib/rspec/core/notifications.rb', line 271

def seed
  @seed
end