mute LSI output in tests
This commit is contained in:
parent
70d9225d9c
commit
0afe79d1cb
|
@ -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, :display => nil)
|
||||||
@site = Site.new(Jekyll.configuration)
|
@site = Site.new(Jekyll.configuration)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue