From c5fa8fdf1127362c36ea7215064400cb7800bcb0 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Thu, 25 Sep 2014 15:15:50 -0700 Subject: [PATCH] Fix spec --- spec/text-editor-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'