Sha256: 6b623de7975d6b9fff7b94fc625a355725edf53256195ead4a6e627d1d712ead

Contents?: true

Size: 332 Bytes

Versions: 3

Compression:

Stored size: 332 Bytes

Contents

require 'spec_helper'

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
twilio-ruby-3.9.0 spec/rest/recording_spec.rb
twilio-ruby-3.8.0 spec/rest/recording_spec.rb
twilio-ruby-3.7.1 spec/rest/recording_spec.rb