aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-11-03 15:40:52 +0100
committerKim Alvefur <zash@zash.se>2017-11-03 15:40:52 +0100
commit56ff6b04ee606cbed3062b3061f20617c395164b (patch)
tree0eb9a83bd55cf1fbf3de279224e8952bf7c9836a /spec
parent2bcf7f60228b03925ea774f795839f5eec7f9cf5 (diff)
downloadprosody-56ff6b04ee606cbed3062b3061f20617c395164b.tar.gz
prosody-56ff6b04ee606cbed3062b3061f20617c395164b.zip
spec/util.encodings: Remove workaround for a thing
Diffstat (limited to 'spec')
-rw-r--r--spec/util_encodings_spec.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/util_encodings_spec.lua b/spec/util_encodings_spec.lua
index ba0d9837..c973e811 100644
--- a/spec/util_encodings_spec.lua
+++ b/spec/util_encodings_spec.lua
@@ -1,9 +1,5 @@
local encodings = require "util.encodings";
-local encodings = { -- Workaround for rust thing
- base64 = _G.base64;
- utf8 = _G.utf8;
-};
local utf8 = assert(encodings.utf8, "no encodings.utf8 module");
describe("util.encodings", function ()