Sha256: 2b7e9a3a5ad4528ea43628c9c7479dbf21c4bc2a44b99124bfe91f09a407cb9d
Contents?: true
Size: 476 Bytes
Versions: 18
Compression:
Stored size: 476 Bytes
Contents
require 'spec_helper' describe Onebox::Engine::TwitchStreamOnebox do it "has the iframe with the correct channel" do expect(Onebox.preview('https://www.twitch.tv/theduckie908').to_s).to match(/<iframe src="\/\/player\.twitch\.tv\/\?channel=theduckie908/) end it "works in the twitch new interface/url" do expect(Onebox.preview('https://go.twitch.tv/admiralbulldog').to_s).to match(/<iframe src="\/\/player\.twitch\.tv\/\?channel=admiralbulldog/) end end
Version data entries
18 entries across 18 versions & 1 rubygems