1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Fix warning

This commit is contained in:
Evan Phoenix 2013-06-17 23:07:17 -07:00
parent 7fbffe360f
commit 5323acfacc

View file

@ -82,7 +82,7 @@ class TestAppStatus < Test::Unit::TestCase
end
def test_alternate_location
status, _ , app = lint('__alternatE_location_/stats')
status, _ , _ = lint('__alternatE_location_/stats')
assert_equal 200, status
end
end