Sha256: 8752850af300c399a05f5140f44c6dc1ba3fc1df3048b111449df1f2aa8da66b

Contents?: true

Size: 190 Bytes

Versions: 4

Compression:

Stored size: 190 Bytes

Contents

require 'spec_helper'
require 'permute/mixin_examples'

require 'combinatorics/permute/extensions/array'

describe Array do
  subject { Array }

  it_should_behave_like "Permute::Mixin"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
combinatorics-0.5.0 spec/permute/array_spec.rb
combinatorics-0.4.4 spec/permute/array_spec.rb
combinatorics-0.4.3 spec/permute/array_spec.rb
combinatorics-0.4.1 spec/permute/array_spec.rb