aboutsummaryrefslogtreecommitdiff
path: root/spec/config_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/config_spec.lua')
-rw-r--r--spec/config_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/config_spec.lua b/spec/config_spec.lua
index 6bfac433..9dd8fbcb 100644
--- a/spec/config_spec.lua
+++ b/spec/config_spec.lua
@@ -142,7 +142,7 @@ describe("LuaRocks config tests #integration", function()
142 142
143 it("can read as JSON", function() 143 it("can read as JSON", function()
144 local output = run.luarocks("config rocks_trees --json") 144 local output = run.luarocks("config rocks_trees --json")
145 assert.match('^%["', output) 145 assert.match('^%[{', output)
146 end) 146 end)
147 147
148 it("reads an array -> hash config key", function() 148 it("reads an array -> hash config key", function()