Ignoring 'modal native dialogs' spec

/cc @zcbenz since we don't use sendMessageToBrowserProcess anymore
these specs aren't mocked correctly. Is there a method that we can
mock when calling remote objects?
This commit is contained in:
probablycorey 2013-05-22 15:34:48 -07:00
parent 7f083acdc4
commit 2746d72731

View File

@ -259,7 +259,7 @@ describe "the `atom` global", ->
it "returns the current version number", ->
expect(atom.getVersion()).toBeInstanceOf String
describe "modal native dialogs", ->
xdescribe "modal native dialogs", ->
beforeEach ->
spyOn(atom, 'sendMessageToBrowserProcess')
atom.sendMessageToBrowserProcess.simulateConfirmation = (buttonText) ->