Remove obsolete twitter:image test

This commit is contained in:
Pat Hawks 2016-03-01 21:20:31 -08:00
parent 2c808aced6
commit 55ead7fcb8
No known key found for this signature in database
GPG Key ID: F1746FF5F18B3D1B
1 changed files with 0 additions and 10 deletions

View File

@ -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{<meta name="twitter:image" content="http://example.invalid/img/foo.png" />}
expect(output).to match(expected)
end
end
end
end