Sha256: 51c39d265143ef3d6d11636a02fb5949e110ebe3be7224d904843abbab16d61c
Contents?: true
Size: 235 Bytes
Versions: 34
Compression:
Stored size: 235 Bytes
Contents
require "spec_helper" describe ArchitectureJS::Helpers do it 'should convert an array to yaml notation' do yml = ArchitectureJS::Helpers.array_to_yml ['one', 'two', 'three'] yml.should == "['one', 'two', 'three']" end end
Version data entries
34 entries across 34 versions & 1 rubygems