Sha256: 5abdd0dc9e858d3791051324d5768083b0a88f80e7ecddc0dde520a6fc8d626f

Contents?: true

Size: 288 Bytes

Versions: 51

Compression:

Stored size: 288 Bytes

Contents

require 'spec/helper'
require "fsr/app"
FSR::App.load_application("fs_break")

describe "Testing FSR::App::FsBreak" do

  it "should break a connection" do
    fs_break = FSR::App::FSBreak.new
    fs_break.sendmsg.should == "call-command: execute\nexecute-app-name: break\n\n"
  end

end

Version data entries

51 entries across 51 versions & 2 rubygems

Version Path
bougyman-freeswitcher-0.3.0 spec/fsr/app/fs_break.rb
bougyman-freeswitcher-0.3.1 spec/fsr/app/fs_break.rb
bougyman-freeswitcher-0.4.0 spec/fsr/app/fs_break.rb
bougyman-freeswitcher-0.4.1 spec/fsr/app/fs_break.rb
bougyman-freeswitcher-0.4.2 spec/fsr/app/fs_break.rb
freeswitcher-0.8.0 spec/fsr/app/fs_break.rb
freeswitcher-0.7.1 spec/fsr/app/fs_break.rb
freeswitcher-0.7.0 spec/fsr/app/fs_break.rb
freeswitcher-0.6.18 spec/fsr/app/fs_break.rb
freeswitcher-0.6.17 spec/fsr/app/fs_break.rb
freeswitcher-0.6.16 spec/fsr/app/fs_break.rb
freeswitcher-0.6.15 spec/fsr/app/fs_break.rb
freeswitcher-0.6.14 spec/fsr/app/fs_break.rb
freeswitcher-0.6.13 spec/fsr/app/fs_break.rb
freeswitcher-0.6.12 spec/fsr/app/fs_break.rb
freeswitcher-0.6.11 spec/fsr/app/fs_break.rb
freeswitcher-0.6.10 spec/fsr/app/fs_break.rb
freeswitcher-0.6.9 spec/fsr/app/fs_break.rb
freeswitcher-0.6.8 spec/fsr/app/fs_break.rb
freeswitcher-0.6.7 spec/fsr/app/fs_break.rb