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

Version Path
gooddata-edge-0.6.27.edge spec/helpers/spec_helper.rb
gooddata-0.6.49 spec/helpers/spec_helper.rb
gooddata-0.6.48 spec/helpers/spec_helper.rb
gooddata-0.6.47 spec/helpers/spec_helper.rb
gooddata-0.6.46 spec/helpers/spec_helper.rb
gooddata-0.6.45 spec/helpers/spec_helper.rb
gooddata-0.6.44 spec/helpers/spec_helper.rb
gooddata-0.6.43 spec/helpers/spec_helper.rb
gooddata-0.6.42 spec/helpers/spec_helper.rb
gooddata-0.6.41 spec/helpers/spec_helper.rb
gooddata-0.6.40 spec/helpers/spec_helper.rb
gooddata-0.6.39 spec/helpers/spec_helper.rb
gooddata-0.6.38 spec/helpers/spec_helper.rb
gooddata-0.6.37 spec/helpers/spec_helper.rb
gooddata-0.6.36 spec/helpers/spec_helper.rb
gooddata-0.6.35 spec/helpers/spec_helper.rb
gooddata-0.6.34 spec/helpers/spec_helper.rb
gooddata-0.6.33 spec/helpers/spec_helper.rb
gooddata-0.6.32 spec/helpers/spec_helper.rb
gooddata-0.6.31 spec/helpers/spec_helper.rb