mirror of
https://github.com/atom/atom.git
synced 2026-02-07 05:05:02 -05:00
Make changes from kevin for clarity
This commit is contained in:
@@ -214,8 +214,9 @@ describe "RootView", ->
|
||||
|
||||
it "can create multiple empty edit sessions as an item on a new pane", ->
|
||||
editSession = rootView.open()
|
||||
editSession = rootView.open()
|
||||
editSession2 = rootView.open()
|
||||
expect(rootView.getActivePane().getItems().length).toBe 2
|
||||
expect(editSession).not.toBe editSession2
|
||||
|
||||
describe "when called with a path", ->
|
||||
it "creates an edit session for the given path as an item on a new pane, and focuses the pane", ->
|
||||
|
||||
Reference in New Issue
Block a user