const: DEFAULT_PORT as a string doesn't make sense
commitcc6ffaf42307ab3bd072c58bd492fb5c5204e687
authorEric Wong <normalperson@yhbt.net>
Fri, 2 Oct 2009 20:30:58 +0000 (2 13:30 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 2 Oct 2009 20:30:58 +0000 (2 13:30 -0700)
treedf45731a05440e78ac40fdf543a264d4d06bd5da
parent66e9f47ee861ed69c57fc110a6d5b3d28f5e373a
const: DEFAULT_PORT as a string doesn't make sense

TCP ports are always integers, and it was always allowing a
randomly-generated value of 8080 through in the unused_port
method of test_helper.
lib/unicorn/const.rb