Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
subnetmarco committed May 9, 2015
1 parent fb5d6ca commit ed4f567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions spec/integration/cli/start_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe("CLI", function()
spec_helper.reset_db(SERVER_CONF)
end)


it("should start with the default configuration", function()
assert.has_no.errors(function()
spec_helper.start_kong(TEST_CONF, true)
Expand All @@ -54,7 +53,7 @@ describe("CLI", function()
local result, exit_code = spec_helper.start_kong(SERVER_CONF, true)
assert.are.same(0, exit_code)
end)
--[[

it("should not work when an unexisting plugin is being enabled", function()
replace_conf_property("plugins_available", {"wot-wat"})

Expand Down Expand Up @@ -96,6 +95,6 @@ describe("CLI", function()
local _, exit_code = spec_helper.start_kong(SERVER_CONF, true)
assert.are.same(0, exit_code)
end)
--]]

end)
end)
1 change: 0 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CASSANDRA_VERSION=2.1.5
# Travis and package builder
LUAROCKS_VERSION=2.2.2
OPENRESTY_VERSION=1.7.10.2rc0
DNSMASQ_VERSION=2.72

# Package builder only
LUA_VERSION=5.1.4
Expand Down

0 comments on commit ed4f567

Please sign in to comment.