mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
Stevenson now uses symbols instead of integers to set log level
This commit is contained in:
@@ -166,9 +166,9 @@ class TestConfiguration < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
should "successfully load a TOML file" do
|
||||
Jekyll.logger.log_level = Jekyll::Stevenson::WARN
|
||||
Jekyll.logger.log_level = :warn
|
||||
assert_equal Jekyll::Configuration::DEFAULTS.merge({ "baseurl" => "/you-beautiful-blog-you", "title" => "My magnificent site, wut" }), Jekyll.configuration({ "config" => [@paths[:toml]] })
|
||||
Jekyll.logger.log_level = Jekyll::Stevenson::INFO
|
||||
Jekyll.logger.log_level = :info
|
||||
end
|
||||
|
||||
should "load multiple config files" do
|
||||
|
||||
Reference in New Issue
Block a user