Sha256: a3aa02a579de03dcf8bd673bf7331d64db1aa72cb83fa3f5b89420668683c155
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
require 'spec_helper' describe ExtendedContent do it 'add meta data to the content' do content = "# foo integer\n" extended_content = ExtendedContent.from(content) expect(extended_content).to eq %q(# == Schema Information # # foo integer ) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
columns-0.1.0 | spec/extended_content_spec.rb |
columns-0.0.1 | spec/extended_content_spec.rb |