Sha256: ff8bf16b60ae06919486b322df0256979b35e7d73df837b69edb20b03f86ab37
Contents?: true
Size: 240 Bytes
Versions: 3
Compression:
Stored size: 240 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe Hash::ToHashMapper do it_behaves_like 'a hash with map_to_hash method' do subject { described_class.new(hash) } let(:mapped) { subject.map(&mapping_block) } end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
darthjee-core_ext-1.6.2 | spec/lib/hash/to_hash_mapper_spec.rb |
darthjee-core_ext-1.6.1 | spec/lib/hash/to_hash_mapper_spec.rb |
darthjee-core_ext-1.6.0 | spec/lib/hash/to_hash_mapper_spec.rb |