Sha256: b88cb6e825b34a9622ade8e31fee90d5e97ebcd56b8d8772f2222f90d88cbb94
Contents?: true
Size: 195 Bytes
Versions: 4
Compression:
Stored size: 195 Bytes
Contents
require 'spec_helper' describe String do it 'simple_to_hash should have correct behavor' do str = 'a, b, c, d' str.simple_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 |
---|---|
simplexframe-0.0.04 | spec/string_spec.rb |
simplexframe-0.0.03 | spec/string_spec.rb |
simplexframe-0.0.02 | spec/string_spec.rb |
simplexframe-0.0.01 | spec/string_spec.rb |