Sha256: 6d660f503b11b1ef1f791f67a9f29f3e5c666c8565703f48adb929df3a62bb0f
Contents?: true
Size: 419 Bytes
Versions: 29
Compression:
Stored size: 419 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. module GoodData::Helpers module SpecHelper class << self def random_choice(possibilities, current_value) (possibilities - Array(current_value)).sample end end end end
Version data entries
29 entries across 29 versions & 2 rubygems