spec/extended_content_spec.rb in columns-0.1.0 vs spec/extended_content_spec.rb in columns-0.1.1

- old
+ new

@@ -3,10 +3,11 @@ 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 + expect(extended_content).to eq %q( +# == Schema Information # # foo integer ) end end