From c128ee99fd8fc5cf5044099f6cb20847fee99b24 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Tue, 23 Oct 2012 15:04:03 -0400 Subject: Tweak options page description and ensure tests pass. --- options/options.html | 4 ++-- tests/unit_tests/utils_test.coffee | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/options/options.html b/options/options.html index 3bce82ce..bee3a4bb 100644 --- a/options/options.html +++ b/options/options.html @@ -312,11 +312,11 @@ unmapAll - Default Search + Search
- Vomnibar fall back URL/search engine if nothing else matches (examples: "http://duckduckgo.com/?q=", "http://www.google.com/search?q="). + Set which search engine is used when searching from the Vomnibar (examples: "http://duckduckgo.com/?q=", "http://www.google.com/search?q=").
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", -> -- cgit v1.2.3