diff options
| author | Jez Ng | 2012-10-23 15:04:03 -0400 | 
|---|---|---|
| committer | Jez Ng | 2012-10-23 15:04:03 -0400 | 
| commit | c128ee99fd8fc5cf5044099f6cb20847fee99b24 (patch) | |
| tree | 7c09edfc4efddb09536cb0c84f1a62d3a3210d1c /tests | |
| parent | 213ea560f17a652c164c7dc8fbd9662141794b16 (diff) | |
| download | vimium-c128ee99fd8fc5cf5044099f6cb20847fee99b24.tar.bz2 | |
Tweak options page description and ensure tests pass.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit_tests/utils_test.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/unit_tests/utils_test.coffee b/tests/unit_tests/utils_test.coffee index 9da5ff65..3001bb10 100644 --- a/tests/unit_tests/utils_test.coffee +++ b/tests/unit_tests/utils_test.coffee @@ -1,5 +1,6 @@  require "./test_helper.js"  extend(global, require "../../lib/utils.js") +extend(global, require "../../background_scripts/settings.js")  context "isUrl",    should "accept valid URLs", -> | 
