aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJez Ng2012-10-29 23:19:09 -0400
committerJez Ng2012-10-29 23:51:22 -0400
commit202824dcbcf57f4c997c9e325e7a1cabc7d8ae0c (patch)
tree915a2ed1a34d28af03b6a7e4df66d6a91e513291 /tests
parent54fe05aab863c04877a3330d742058280977866c (diff)
downloadvimium-202824dcbcf57f4c997c9e325e7a1cabc7d8ae0c.tar.bz2
Integrate with Travis CI.
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/settings_test.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/settings_test.coffee b/tests/unit_tests/settings_test.coffee
index 4599ff03..408d6816 100644
--- a/tests/unit_tests/settings_test.coffee
+++ b/tests/unit_tests/settings_test.coffee
@@ -1,6 +1,6 @@
require "./test_helper.js"
-{Utils} = require "../../lib/utils.js"
+extend(global, require "../../lib/utils.js")
Utils.getCurrentVersion = -> '1.42'
global.localStorage = {}
{Settings} = require "../../background_scripts/settings.js"