Sha256: ca788dd6a92be1340cfed0186296c237d8a759843b0539d97383a45fbd823f5e
Contents?: true
Size: 543 Bytes
Versions: 79
Compression:
Stored size: 543 Bytes
Contents
require 'spec_helper' describe Onebox::Engine::YoukuOnebox do before do FakeWeb.register_uri(:get, 'http://v.youku.com/v_show/id_XNjM3MzAxNzc2.html', body: response('youku'), content_type: 'text/html') FakeWeb.register_uri(:get, 'http://v.youku.com/player/getPlayList/VideoIDS/XNjM3MzAxNzc2', body: response('youku-meta'), content_type: 'text/html') end it 'returns embed as the placeholder' do expect(Onebox.preview('http://v.youku.com/v_show/id_XNjM3MzAxNzc2.html') .placeholder_html).to match(/embed/) end end
Version data entries
79 entries across 79 versions & 1 rubygems