This commit is contained in:
Ben Ogle 2014-09-25 15:15:50 -07:00
parent e060e08f93
commit c5fa8fdf11

View File

@ -3672,7 +3672,7 @@ describe "TextEditor", ->
describe '.get/setPlaceholderText()', ->
it 'can be created with placeholderText', ->
TextBuffer = require 'text-buffer'
newEditor = new Editor
newEditor = new TextEditor
buffer: new TextBuffer
mini: true
placeholderText: 'yep'