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