Sha256: 399652ca02ad477e3c8c715e9a3636f76aeb2a43b3f9cdc3957c3abeba7f0269

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

require 'spec_helper'

describe String do

	it 'lazy_to_hash should have correct behavor' do
		str = 'a, b, c, d'
		str.lazy_to_hash.should eq({a: true, b: true, c: true, d: true})
	end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lazyman-0.1.13 spec/string_spec.rb
lazyman-0.1.12 spec/string_spec.rb
lazyman-0.1.11 spec/string_spec.rb
lazyman-0.1.6 spec/string_spec.rb