From 8f3ce333e7a1abfc6bf0488817d9eff4a2fd443f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 16 Mar 2021 13:36:26 -0300 Subject: editorconfig: trim trailing whitespace --- spec/doc_spec.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'spec/doc_spec.lua') diff --git a/spec/doc_spec.lua b/spec/doc_spec.lua index 19cfb26a..a10bb501 100644 --- a/spec/doc_spec.lua +++ b/spec/doc_spec.lua @@ -6,7 +6,7 @@ test_env.unload_luarocks() describe("luarocks doc #integration", function() before_each(function() - test_env.setup_specs(extra_rocks) + test_env.setup_specs() end) describe("basic tests", function() @@ -74,7 +74,7 @@ describe("luarocks doc #integration", function() assert.match("a_rock 2.0", run.luarocks("doc a_user/a_rock")) end) end) - + describe("tests with flags", function() it("of installed package", function() test_env.run_in_tmp(function(tmpdir) @@ -127,12 +127,12 @@ describe("luarocks doc #integration", function() assert.is.truthy(output:find("doc2%.md")) end, finally) end) - + it("with --local", function() assert.is_true(run.luarocks_bool("install --server=" .. testing_paths.fixtures_dir .. "/a_repo a_rock")) assert.is_true(run.luarocks_bool("doc --server=" .. testing_paths.fixtures_dir .. "/a_repo a_rock --local")) end) - + it("with --porcelain", function() test_env.run_in_tmp(function(tmpdir) test_env.write_file("test-1.0-1.rockspec", [[ -- cgit v1.2.3-55-g6feb