class RSpec::Core::Configuration

def _randomize?

def _randomize?
  value_for(:order, @order).to_s.match(/rand/)
end