diff options
| author | Phil Crosby | 2013-05-11 19:18:55 -0700 |
|---|---|---|
| committer | Phil Crosby | 2013-05-11 19:23:08 -0700 |
| commit | d0d8f7a0f9b5ad6478b47660e57a450f75d0b039 (patch) | |
| tree | f877168bf15e5721da23b74c39917c74cdb88c95 /tests | |
| parent | 6b89fa60f3464f8d5ff8209185a1a68c4b624b2b (diff) | |
| download | vimium-d0d8f7a0f9b5ad6478b47660e57a450f75d0b039.tar.bz2 | |
Update version number
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit_tests/settings_test.coffee | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_tests/settings_test.coffee b/tests/unit_tests/settings_test.coffee index 408d6816..cfc0cfb6 100644 --- a/tests/unit_tests/settings_test.coffee +++ b/tests/unit_tests/settings_test.coffee @@ -1,12 +1,12 @@ require "./test_helper.js" extend(global, require "../../lib/utils.js") -Utils.getCurrentVersion = -> '1.42' +Utils.getCurrentVersion = -> '1.43' global.localStorage = {} {Settings} = require "../../background_scripts/settings.js" context "settings", - + setup -> stub global, 'localStorage', {} |
