aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit_tests
diff options
context:
space:
mode:
authorJez Ng2012-10-23 15:04:03 -0400
committerJez Ng2012-10-23 15:04:03 -0400
commitc128ee99fd8fc5cf5044099f6cb20847fee99b24 (patch)
tree7c09edfc4efddb09536cb0c84f1a62d3a3210d1c /tests/unit_tests
parent213ea560f17a652c164c7dc8fbd9662141794b16 (diff)
downloadvimium-c128ee99fd8fc5cf5044099f6cb20847fee99b24.tar.bz2
Tweak options page description and ensure tests pass.
Diffstat (limited to 'tests/unit_tests')
-rw-r--r--tests/unit_tests/utils_test.coffee1
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", ->