Method: Minitest#seed

Defined in:
lib/minitest.rb

#seedObject

The random seed used for this run. This is used to srand at the start of the run and between each Runnable.run.

Set via Minitest.run after processing args.

[View source]

28
# File 'lib/minitest.rb', line 28

cattr_accessor :seed