From 4579d40dc05964521f1e97026810d439e8e7be58 Mon Sep 17 00:00:00 2001 From: Ryan Willoughby Date: Wed, 27 Mar 2013 17:14:30 -0700 Subject: [PATCH] [spec] removing a maybe bunk spec --- spec/barcodescanner.tests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/barcodescanner.tests.js b/spec/barcodescanner.tests.js index da74ce6..cb2838f 100644 --- a/spec/barcodescanner.tests.js +++ b/spec/barcodescanner.tests.js @@ -45,8 +45,9 @@ describe('Plugin object (window.plugins)', function () { expect(BarcodeScanner.Encode.PHONE_TYPE).toBe("PHONE_TYPE"); expect(BarcodeScanner.Encode.SMS_TYPE).toBe("SMS_TYPE"); }); - + /* it("should call scan successfully", function() { window.plugins.barcodeScanner.scan(function() {}, function() {}); }); + */ });