Sha256: 7c74833c7fd5b44197ace5cdb32ef4bd5136bcb117ca8821facc2529b518e534
Contents?: true
Size: 399 Bytes
Versions: 1
Compression:
Stored size: 399 Bytes
Contents
require 'spec_helper' # uncomment and add your own tests here =begin describe "testing with a live connection" do before(:all) do WebMock.allow_net_connect! @sid = 'abc123' @token = '123' Twilio.connect(@sid, @token) end after(:all) do WebMock.disable_net_connect! end it "gets real account" do Twilio::Account.get.should include("TwilioResponse") end end =end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twilio-3.1.1 | spec/twilio/live_connection_spec.rb |