This commit is contained in:
Ben Ogle 2014-11-25 13:51:02 -08:00
parent 43ccf0a041
commit 60a49d9c81

View File

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