From 2746d727313a4ab15cbd93928afa7b52b320852f Mon Sep 17 00:00:00 2001 From: probablycorey Date: Wed, 22 May 2013 15:34:48 -0700 Subject: [PATCH] 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? --- spec/app/atom-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/app/atom-spec.coffee b/spec/app/atom-spec.coffee index 4f086a605..c16ae69c9 100644 --- a/spec/app/atom-spec.coffee +++ b/spec/app/atom-spec.coffee @@ -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) ->