mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix other WrapGuide specs
This commit is contained in:
@@ -17,10 +17,10 @@ describe "WrapGuide", ->
|
||||
describe "@initialize", ->
|
||||
it "appends a wrap guide to all existing and new editors", ->
|
||||
expect(rootView.panes.find('.pane').length).toBe 1
|
||||
expect(rootView.panes.find('.lines > .wrap-guide').length).toBe 1
|
||||
expect(rootView.panes.find('.underlayer > .wrap-guide').length).toBe 1
|
||||
editor.splitRight()
|
||||
expect(rootView.find('.pane').length).toBe 2
|
||||
expect(rootView.panes.find('.lines > .wrap-guide').length).toBe 2
|
||||
expect(rootView.panes.find('.underlayer > .wrap-guide').length).toBe 2
|
||||
|
||||
describe "@updateGuide", ->
|
||||
it "positions the guide at the configured column", ->
|
||||
|
||||
Reference in New Issue
Block a user