Method: RSpec::Core::Configuration#order=

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

#order=(value) ⇒ void

Sets the default global ordering strategy. By default this can be one of :defined, :random, but is customizable through the register_ordering API. If order is set to 'rand:<seed>', the seed will also be set.

See Also:



1706
# File 'lib/rspec/core/configuration.rb', line 1706

delegate_to_ordering_manager :order=