class RSpec::Core::Configuration

def randomize?

def randomize?
  order.to_s.match(/rand/)
end