require File.dirname(__FILE__) + '/base' describe YamlDb::Utils, " convert records utility method" do it "turns an array with one record into a yaml chunk" do YamlDb::Utils.chunk_records([ %w(a b) ]).should == <