Don't focus the specs window in beforeEach

This commit is contained in:
Nathan Sobo 2012-11-07 16:00:39 -07:00
parent 144cfadb15
commit d1d3b45474

View File

@ -18,7 +18,6 @@ defaultTitle = document.title
pathsWithSubscriptions = null
beforeEach ->
atom.focus()
window.fixturesProject = new Project(require.resolve('fixtures'))
window.resetTimeouts()
pathsWithSubscriptions = []