aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit_tests/exclusion_test.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_tests/exclusion_test.coffee')
-rw-r--r--tests/unit_tests/exclusion_test.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_tests/exclusion_test.coffee b/tests/unit_tests/exclusion_test.coffee
index a24c3b67..25bd8125 100644
--- a/tests/unit_tests/exclusion_test.coffee
+++ b/tests/unit_tests/exclusion_test.coffee
@@ -1,13 +1,13 @@
require "./test_helper.js"
-require "./test_chrome_stubs.js"
+extend global, require "./test_chrome_stubs.js"
# FIXME:
# Would like to do:
# extend(global, require "../../background_scripts/marks.js")
# But it looks like marks.coffee has never been included in a test before!
# Temporary fix...
-root.Marks =
+root.Marks =
create: () -> true
goto:
bind: () -> true