[spec] removing a maybe bunk spec

This commit is contained in:
Ryan Willoughby
2013-04-24 14:58:29 -07:00
parent 40849d52d6
commit 4579d40dc0
+2 -1
View File
@@ -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() {});
});
*/
});