Sha256: 9b3cc09bc500a13a316277098254f772cbc72dbab5cb9f6910315aee742b2429

Contents?: true

Size: 325 Bytes

Versions: 7

Compression:

Stored size: 325 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.should respond_to(:transcriptions)
    call.transcriptions.instance_variable_get('@path').should == 'someUri/Transcriptions'
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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