Sha256: 287281acf834c5b4309a2280ff8179d7b98d01ea42b720131651f2e3bb46374e
Contents?: true
Size: 331 Bytes
Versions: 78
Compression:
Stored size: 331 Bytes
Contents
# encoding: utf-8 require 'spec_helper' require 'fedux_org_stdlib/core_ext/hash/list' RSpec.describe Array do context '#to_list' do it 'converts array to a list of values' do input = { opt1: 'asdf', opt2: 'asdf' } expect(input.to_list).to eq '"opt1: asdf", "opt2: asdf"' end end end
Version data entries
78 entries across 78 versions & 1 rubygems