aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsainaen2013-05-09 00:34:30 +0300
committersainaen2013-05-09 00:34:30 +0300
commit453d35f24b77fc92c7aaf61f625878ea9848e9c6 (patch)
tree55eb0c0cf542eaa72451f3716a1e7bb194588265
parent4f86d30f4a0435d05d995e345508dca66c7a68da (diff)
downloadvimium-453d35f24b77fc92c7aaf61f625878ea9848e9c6.tar.bz2
Add runtime.getManifest() stub to Chrome mock
-rw-r--r--tests/dom_tests/chrome.coffee3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dom_tests/chrome.coffee b/tests/dom_tests/chrome.coffee
index c8ec9d29..71d0c572 100644
--- a/tests/dom_tests/chrome.coffee
+++ b/tests/dom_tests/chrome.coffee
@@ -17,4 +17,7 @@ root.chrome = {
}
sendMessage: ->
}
+ runtime: {
+ getManifest: ->
+ }
}