Sha256: aec63c7050367d41678505ac49f8ac3582d9bfdab3cb843eccaaf87e7a15d331
Contents?: true
Size: 272 Bytes
Versions: 30
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true RSpec.describe :build_mapper_strategy do link :build_mapper_strategy, from: :ree_mapper it { result = build_mapper_strategy(method: :cast, output: :symbol_key_hash) expect(result).to be_a(ReeMapper::MapperStrategy) } end
Version data entries
30 entries across 30 versions & 1 rubygems