Remove useless statement from test

This commit is contained in:
Marcus Stollsteimer
2016-07-07 15:30:59 +02:00
parent 25bff0075c
commit d4c87e3655

View File

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