Merge pull request #1531 from maul-esel/mute-tests

mute LSI output in tests
This commit is contained in:
Parker Moore 2013-09-12 09:42:40 -07:00
commit 097779a19f
1 changed files with 1 additions and 0 deletions

View File

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