Sha256: 0ae425bcb0c5358d9d8a5f980acd924ec4e799a1d44879e58dc7d2e4581568a2

Contents?: true

Size: 346 Bytes

Versions: 5

Compression:

Stored size: 346 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

5 entries across 5 versions & 1 rubygems

Version Path
twilio-ruby-3.12.3 spec/rest/conference_spec.rb
twilio-ruby-3.12.2 spec/rest/conference_spec.rb
twilio-ruby-3.12.1 spec/rest/conference_spec.rb
twilio-ruby-3.12.0 spec/rest/conference_spec.rb
twilio-ruby-3.11.6 spec/rest/conference_spec.rb