Sha256: 1dd3ba7cc2626b6af53da2594904c687338bef0848387db3ae571cfb9135e32c

Contents?: true

Size: 334 Bytes

Versions: 5

Compression:

Stored size: 334 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')
    expect(call).to respond_to(:transcriptions)
    expect(call.transcriptions.instance_variable_get('@path')).to eq('someUri/Transcriptions')
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

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