aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/util_dbuffer_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util_dbuffer_spec.lua b/spec/util_dbuffer_spec.lua
index 26fa7da6..554a7e54 100644
--- a/spec/util_dbuffer_spec.lua
+++ b/spec/util_dbuffer_spec.lua
@@ -67,7 +67,7 @@ describe("util.dbuffer", function ()
assert.equals("hello", b:sub(1, 5));
end);
- pending("works after discard", function ()
+ it("works after discard", function ()
local b = dbuffer.new(256);
assert.truthy(b:write("foo"));
assert.truthy(b:write("bar"));