Sha256: 9e4400e3d743bc72aa322773c508b6760bba90dad429699e54e6f45d230e0f9b

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

require 'spec_helper'

describe Twilio::REST::Conference do
  it 'should set up a participants resources object' do
    call = Twilio::REST::Conference.new('someUri', 'someClient')
    call.respond_to?(:participants).should == true
    call.participants.instance_variable_get('@uri').should == 'someUri/Participants'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twilio-ruby-3.7.1 spec/rest/conference_spec.rb