diff options
| author | Stephen Blott | 2014-11-24 07:42:13 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-11-24 07:42:13 +0000 |
| commit | d48ba84a8cfbd226e8704f04a631ef6c6e2213f7 (patch) | |
| tree | 184e4581cf5ec0eb0cb975f233510c25159feb91 | |
| parent | c41416ca47c393471000d4f9653fffd60f43eba2 (diff) | |
| download | vimium-d48ba84a8cfbd226e8704f04a631ef6c6e2213f7.tar.bz2 | |
Remove test for array object methods, does not work.
| -rw-r--r-- | tests/unit_tests/utils_test.coffee | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/unit_tests/utils_test.coffee b/tests/unit_tests/utils_test.coffee index 5009f4d7..556f5b7a 100644 --- a/tests/unit_tests/utils_test.coffee +++ b/tests/unit_tests/utils_test.coffee @@ -81,9 +81,3 @@ context "compare versions", assert.equal -1, Utils.compareVersions("1.40.1", "1.40.2") assert.equal -1, Utils.compareVersions("1.40.1", "1.41") assert.equal 1, Utils.compareVersions("1.41", "1.40") - -context "miscellaneous tests for arrays", - # We should not add Array::abc methods. - should "not have additional properties", -> - for value in [] - assert.isTrue false |
