From 60a49d9c815da269bbd190224b32165a466dc988 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 25 Nov 2014 13:51:02 -0800 Subject: [PATCH] nof --- spec/atom-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/atom-spec.coffee b/spec/atom-spec.coffee index d4c9ff626..4aea8747c 100644 --- a/spec/atom-spec.coffee +++ b/spec/atom-spec.coffee @@ -4,7 +4,7 @@ path = require 'path' Package = require '../src/package' ThemeManager = require '../src/theme-manager' -fdescribe "the `atom` global", -> +describe "the `atom` global", -> describe 'window sizing methods', -> describe '::getPosition and ::setPosition', -> it 'sets the position of the window, and can retrieve the position just set', ->