mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Don't load user configuration in window specs (who knows what's in there?!)
This commit is contained in:
@@ -3,6 +3,7 @@ fs = require 'fs'
|
||||
|
||||
describe "Window", ->
|
||||
beforeEach ->
|
||||
spyOn(window, 'loadUserConfiguration')
|
||||
window.startup()
|
||||
|
||||
afterEach ->
|
||||
|
||||
Reference in New Issue
Block a user