Sha256: 60920fd4cf1cd26de63386d7391b8aa09a6d284a7f9afc89a7aaf18a87bd8716
Contents?: true
Size: 275 Bytes
Versions: 51
Compression:
Stored size: 275 Bytes
Contents
require 'spec/helper' require "fsr/app" FSR::App.load_application("answer") describe "Testing FSR::App::Answer" do it "answers the incoming call" do ans = FSR::App::Answer.new ans.sendmsg.should == "call-command: execute\nexecute-app-name: answer\n\n" end end
Version data entries
51 entries across 51 versions & 2 rubygems