class RSpec::Core::Configuration
def order
Determines the order in which examples are run (default: OS standard
def order RSpec.warn_deprecation( "RSpec::Core::Configuration#order is deprecated with no replacement. " + "In RSpec 3 individal example groups can use a particular ordering, " + "so `order` is no longer a global property of the entire suite. " + "Called from #{CallerFilter.first_non_rspec_line}." ) value_for(:order, @order) end