Sha256: e5d057a59cfcced59cfcbfa384f43fc1736c2a1359302111c8fe510a7d00c406
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
require 'spec_helper' require 'compo' require 'array_composite_shared_examples' require 'branch_shared_examples' RSpec.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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compo-0.5.1 | spec/array_branch_spec.rb |
compo-0.5.0 | spec/array_branch_spec.rb |