Fix specs

This commit is contained in:
Ben Ogle 2014-09-24 15:54:02 -07:00
parent 0d2fdec326
commit 969ca048e8
2 changed files with 2 additions and 3 deletions

View File

@ -586,7 +586,7 @@ describe "TokenizedBuffer", ->
atom.config.set('editor.tabLength', 1)
expect(tokenizedBuffer.tokenForPosition([0,0]).value).toBe ' '
atom.config.set('editor.tabLength', 0)
expect(tokenizedBuffer.tokenForPosition([0,0]).value).toBe ' '
expect(tokenizedBuffer.tokenForPosition([0,0]).value).toBe ' '
describe "when the invisibles value changes", ->
beforeEach ->

View File

@ -73,9 +73,8 @@ class EditorView extends View
default: 16
minimum: 1
lineHeight:
type: 'number'
type: 'string'
default: 1.3
minimum: 1.0
showInvisibles:
type: 'boolean'
default: false