Sha256: c7101875a5cd96c942722e4b9df305a69451f6f93f9b38799c03c5e208bb39b6

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

require 'spec_helper'
require 'compo'
require 'array_composite_shared_examples'
require 'branch_shared_examples'

describe Compo::Branches::Array do
  it_behaves_like 'a branch with children' do
    let(:initial_ids) { [0, 1] }
  end
  it_behaves_like 'an array composite'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compo-0.4.0 spec/array_branch_spec.rb