spelling is hard, let's go shopping
This commit is contained in:
Corey Johnson
2012-02-01 18:02:12 -08:00
parent 86d23c775d
commit 8882c060f1

View File

@@ -512,7 +512,7 @@ describe "Editor", ->
expect(editor.clipPosition(row: 1, column: -5)).toEqual(row: 1, column: 0)
describe "cut, copy & paste", ->
describe "when a past event is triggered", ->
describe "when a paste event is triggered", ->
beforeEach ->
atom.native.writeToPasteboard('first')
expect(atom.native.readFromPasteboard()).toBe 'first'