Sha256: 735102b8708ba2b57d293984534e0ae55b8db137f737fe7ddf2fbf48a904b5bc

Contents?: true

Size: 358 Bytes

Versions: 42

Compression:

Stored size: 358 Bytes

Contents

require 'spec_helper'

describe Twilio::REST::Conference do
  it 'should set up a participants resources object' do
    conference = Twilio::REST::Conference.new('someUri', 'someClient')
    expect(conference).to respond_to(:participants)
    expect(conference.participants.instance_variable_get('@path')).to eq(
      'someUri/Participants'
    )
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
twilio-ruby-4.13.0 spec/rest/conference_spec.rb
twilio-ruby-4.12.1 spec/rest/conference_spec.rb
twilio-ruby-4.11.1 spec/rest/conference_spec.rb
twilio-ruby-4.11.0 spec/rest/conference_spec.rb
twilio-ruby-4.10.0.edge spec/rest/conference_spec.rb
twilio-ruby-4.10.0 spec/rest/conference_spec.rb
twilio-ruby-4.9.1 spec/rest/conference_spec.rb
twilio-ruby-4.9.1.edge spec/rest/conference_spec.rb
twilio-ruby-4.9.0 spec/rest/conference_spec.rb
twilio-ruby-4.9.0.edge spec/rest/conference_spec.rb
twilio-ruby-4.8.0 spec/rest/conference_spec.rb
twilio-ruby-4.7.0 spec/rest/conference_spec.rb
twilio-ruby-4.8.3.edge spec/rest/conference_spec.rb
twilio-ruby-4.8.2.edge spec/rest/conference_spec.rb
twilio-ruby-4.8.1.edge spec/rest/conference_spec.rb
twilio-ruby-4.8.0.edge spec/rest/conference_spec.rb
twilio-ruby-4.6.2 spec/rest/conference_spec.rb
twilio-ruby-4.6.1 spec/rest/conference_spec.rb
twilio-ruby-4.6.0 spec/rest/conference_spec.rb
twilio-ruby-4.7.0.edge spec/rest/conference_spec.rb