Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[spec] removing a maybe bunk spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Willoughby committed Apr 24, 2013
1 parent 40849d5 commit 4579d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/barcodescanner.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {});
});
*/
});

0 comments on commit 4579d40

Please sign in to comment.