diff --git a/spec/text-editor-spec.coffee b/spec/text-editor-spec.coffee index 8283d917c..fa24d8266 100644 --- a/spec/text-editor-spec.coffee +++ b/spec/text-editor-spec.coffee @@ -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'