Sha256: 172c2bd434c7d9f7063330c65a326498c852c372ab18166af4009573331b3d82
Contents?: true
Size: 407 Bytes
Versions: 4
Compression:
Stored size: 407 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
4 entries across 4 versions & 2 rubygems