This commit is contained in:
Nathan Sobo
2013-03-11 09:08:29 -07:00
parent f3910ba34e
commit a392174164

View File

@@ -34,6 +34,6 @@ describe "MarkdownPreviewView", ->
expect(preview.text()).toContain "Failed"
describe "serialization", ->
fit "reassociates with the same buffer when deserialized", ->
it "reassociates with the same buffer when deserialized", ->
newPreview = deserialize(preview.serialize())
expect(newPreview.buffer).toBe buffer