Suppress deprecations on pane-view

It’s going away anyway…
This commit is contained in:
Ben Ogle
2014-11-25 14:53:48 -08:00
parent 5b12646a44
commit c927e95c2c

View File

@@ -24,6 +24,8 @@ describe "PaneView", ->
onDidChangeModified: -> new Disposable(->)
beforeEach ->
jasmine.snapshotDeprecations()
deserializerDisposable = atom.deserializers.add(TestView)
container = atom.views.getView(new PaneContainer).__spacePenView
containerModel = container.model
@@ -42,6 +44,7 @@ describe "PaneView", ->
afterEach ->
deserializerDisposable.dispose()
jasmine.restoreDeprecationsSnapshot()
describe "when the active pane item changes", ->
it "hides all item views except the active one", ->