From 55ead7fcb85eb30452ffe638d6dc3fb0944f1075 Mon Sep 17 00:00:00 2001 From: Pat Hawks Date: Tue, 1 Mar 2016 21:20:31 -0800 Subject: [PATCH] Remove obsolete twitter:image test --- spec/jekyll_seo_tag_spec.rb | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spec/jekyll_seo_tag_spec.rb b/spec/jekyll_seo_tag_spec.rb index 4fa5a1d..ca664ff 100644 --- a/spec/jekyll_seo_tag_spec.rb +++ b/spec/jekyll_seo_tag_spec.rb @@ -266,16 +266,6 @@ EOS expect(output).to match(expected) end end - - context 'with page.image' do - let(:site) { make_site('twitter' => site_twitter, 'url' => 'http://example.invalid') } - let(:page) { make_page('image' => '/img/foo.png') } - - it 'outputs the image' do - expected = %r{} - expect(output).to match(expected) - end - end end end