Fix #4689: Use SSLEnable instead of EnableSSL and make URL HTTPS.

This commit is contained in:
Jordon Bedwell
2016-03-21 11:21:46 -05:00
parent 4907b4c9f2
commit 1efb1d7a58
2 changed files with 8 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ class TestCommandsServe < JekyllUnitTest
"ssl_key" => "bar"
})
assert result[:EnableSSL]
assert result[:SSLEnable]
assert_equal result[:SSLPrivateKey ], "c2"
assert_equal result[:SSLCertificate], "c1"
end