This commit is contained in:
Corey Johnson 2012-02-01 17:59:59 -08:00
parent 16cfcd9396
commit 27ee0792a4

View File

@ -118,7 +118,7 @@ describe "Selection", ->
expect(selection.regions.length).toBe 3
expect(selection.find('.selection').length).toBe 3
describe "when a copy event is triggered", ->
describe ".copy()", ->
beforeEach ->
atom.native.writeToPasteboard('first')
expect(atom.native.readFromPasteboard()).toBe 'first'
@ -137,5 +137,3 @@ describe "Selection", ->
selection.copy()
expect(atom.native.readFromPasteboard()).toBe 'first'