spec/lib/onebox/engine/youku_onebox_spec.rb in onebox-1.5.35 vs spec/lib/onebox/engine/youku_onebox_spec.rb in onebox-1.5.36

- old
+ new

@@ -4,10 +4,10 @@ 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 iframe as the placeholder' do + it 'returns embed as the placeholder' do expect(Onebox.preview('http://v.youku.com/v_show/id_XNjM3MzAxNzc2.html') - .placeholder_html).to match(/iframe/) + .placeholder_html).to match(/embed/) end end