class Cucumber::Configuration

def randomize?

def randomize?
  @options[:order] == 'random'
end