Sha256: d3757711cc696be79fabc1a55843164ba2e66f18c6e44621b04c57b0bd72cc8a

Contents?: true

Size: 370 Bytes

Versions: 9

Compression:

Stored size: 370 Bytes

Contents

require 'spec_helper'

describe Twilio::REST::ConversationsClient do
  before do
    @client = Twilio::REST::ConversationsClient.new('AC123', 'foobar')
  end

  it 'should set up an conversations resources object' do
    expect(@client).to respond_to(:conversations)
    expect(@client.conversations.instance_variable_get('@path')).to eq('/v1/Conversations')
  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
twilio-ruby-4.10.0.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.9.1.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.9.0.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.8.3.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.8.2.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.8.1.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.8.0.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.7.0.edge spec/rest/conversations_client_spec.rb
twilio-ruby-4.6.0.edge spec/rest/conversations_client_spec.rb