Sha256: 46cc7cbb23db74682d56914cf19d42fb35fbc435e019b13536a7cb56f35a7b92
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
require 'spec_helper' require 'compo' require 'branch_shared_examples' require 'hash_composite_shared_examples' RSpec.describe Compo::Branches::Hash do it_behaves_like 'a branch with children' do let(:initial_ids) { %w(a b) } end it_behaves_like 'a hash composite' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
compo-0.5.1 | spec/hash_branch_spec.rb |
compo-0.5.0 | spec/hash_branch_spec.rb |