Sha256: 6a716432d8934b31bd6cde781d6b520a091e3bce0e5e921967697d917fcff372

Contents?: true

Size: 192 Bytes

Versions: 2

Compression:

Stored size: 192 Bytes

Contents

require 'weighted_shuffle/core_ext/array/weighted_shuffle'

describe '#weighted_shuffle' do
  it 'responds to weighted_shuffle' do
    Array.new.should respond_to(:weighted_shuffle)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
weighted_shuffle-0.2.0 spec/weighted_shuffle/core_ext/array/weighted_shuffle_spec.rb
weighted_shuffle-0.1.0 spec/weighted_shuffle/core_ext/array/weighted_shuffle_spec.rb