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', ->