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
commitf6775e1e2c3e297300cf27e809cbbcbb236c0689 (patch)
tree0eb9a83bd55cf1fbf3de279224e8952bf7c9836a /spec
parent772fed8862a33dc06b00550f380fae852f20ff79 (diff)
downloadprosody-f6775e1e2c3e297300cf27e809cbbcbb236c0689.tar.gz
prosody-f6775e1e2c3e297300cf27e809cbbcbb236c0689.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 ()