aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/nu_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/nu_spec.lua')
-rw-r--r--tests/indent/nu_spec.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/indent/nu_spec.lua b/tests/indent/nu_spec.lua
index 37c02ebea..5dfdb5128 100644
--- a/tests/indent/nu_spec.lua
+++ b/tests/indent/nu_spec.lua
@@ -1,16 +1,16 @@
-local Runner = require("tests.indent.common").Runner
+local Runner = require('tests.indent.common').Runner
--local XFAIL = require("tests.indent.common").XFAIL
-local run = Runner:new(it, "tests/indent/nu", {
+local run = Runner:new(it, 'tests/indent/nu', {
tabstop = 2,
shiftwidth = 2,
softtabstop = -1,
expandtab = true,
})
-describe("indent Nu:", function()
- describe("whole file:", function()
- run:whole_file(".", {
+describe('indent Nu:', function()
+ describe('whole file:', function()
+ run:whole_file('.', {
expected_failures = {},
})
end)