Sha256: 476b4d8f56e2b991654439f2c7dfebbaf15c1ffd4207e53e7acee9d21e6f8818
Contents?: true
Size: 429 Bytes
Versions: 27
Compression:
Stored size: 429 Bytes
Contents
require 'spec/helper' require "fsr/app" FSR::App.load_application("playback") describe "Testing FSR::App::Playback" do it "Plays a file or stream" do playback = FSR::App::Playback.new("shout://scfire-ntc-aa01.stream.aol.com/stream/1035") playback.sendmsg.should == "call-command: execute\nexecute-app-name: playback\nexecute-app-arg: shout://scfire-ntc-aa01.stream.aol.com/stream/1035\nevent-lock:true\n\n" end end
Version data entries
27 entries across 27 versions & 2 rubygems