mute LSI output in tests

This commit is contained in:
maul.esel 2013-09-11 18:00:28 +02:00
parent 70d9225d9c
commit 0afe79d1cb
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ class TestRelatedPosts < Test::Unit::TestCase
'destination' => dest_dir,
'lsi' => true})
end
any_instance_of(Jekyll::RelatedPosts, :display => nil)
@site = Site.new(Jekyll.configuration)
end