Sha256: 414169874d7bfc934f3505271ddfcc884c7b38598785c7e2b13dddc61aed36fa

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 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')
    conference.should respond_to(:participants)
    conference.participants.instance_variable_get('@path').should == 'someUri/Participants'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
twilio-ruby-3.11.5 spec/rest/conference_spec.rb
twilio-ruby-3.11.4 spec/rest/conference_spec.rb
twilio-ruby-3.11.3 spec/rest/conference_spec.rb
twilio-ruby-3.11.1 spec/rest/conference_spec.rb
twilio-ruby-3.11.0 spec/rest/conference_spec.rb
twilio-ruby-3.10.1 spec/rest/conference_spec.rb
twilio-ruby-3.10.0 spec/rest/conference_spec.rb