commit
8bc104969f
|
@ -329,7 +329,6 @@ class TestConfiguration < JekyllUnitTest
|
||||||
.with(@paths[:other])
|
.with(@paths[:other])
|
||||||
.and_return({ "baseurl" => "http://wahoo.dev" })
|
.and_return({ "baseurl" => "http://wahoo.dev" })
|
||||||
allow($stdout).to receive(:puts).with("Configuration file: #{@paths[:other]}")
|
allow($stdout).to receive(:puts).with("Configuration file: #{@paths[:other]}")
|
||||||
Jekyll.configuration({ "config" => @paths[:other] })
|
|
||||||
assert_equal \
|
assert_equal \
|
||||||
site_configuration({ "baseurl" => "http://wahoo.dev" }),
|
site_configuration({ "baseurl" => "http://wahoo.dev" }),
|
||||||
Jekyll.configuration(test_config.merge({ "config" => @paths[:other] }))
|
Jekyll.configuration(test_config.merge({ "config" => @paths[:other] }))
|
||||||
|
|
Loading…
Reference in New Issue