class RSpec::Core::Configuration
def order_examples(&block)
- See: #seed= -
See: #order= -
See: #order_groups_and_examples -
See: #order_groups -
def order_examples(&block) @example_ordering_block = block @order = "custom" unless built_in_orderer?(block) end