Sha256: 838032002aac07a46c7b228c45b97406fd9a3aed89f7439345e9abd19a7edc9d

Contents?: true

Size: 314 Bytes

Versions: 47

Compression:

Stored size: 314 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'bundler'
Bundler.setup

Dir.glob(File.expand_path("../support/**/*.rb", __FILE__), &method(:require))

require 'twilio-ruby'
require 'rack'

RSpec.configure do |config|
  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
twilio-ruby-4.13.0 spec/spec_helper.rb
twilio-ruby-4.12.1 spec/spec_helper.rb
twilio-ruby-4.11.1 spec/spec_helper.rb
twilio-ruby-4.11.0 spec/spec_helper.rb
twilio-ruby-4.10.0.edge spec/spec_helper.rb
twilio-ruby-4.10.0 spec/spec_helper.rb
twilio-ruby-4.9.1 spec/spec_helper.rb
twilio-ruby-4.9.1.edge spec/spec_helper.rb
twilio-ruby-4.9.0 spec/spec_helper.rb
twilio-ruby-4.9.0.edge spec/spec_helper.rb
twilio-ruby-4.8.0 spec/spec_helper.rb
twilio-ruby-4.7.0 spec/spec_helper.rb
twilio-ruby-4.8.3.edge spec/spec_helper.rb
twilio-ruby-4.8.2.edge spec/spec_helper.rb
twilio-ruby-4.8.1.edge spec/spec_helper.rb
twilio-ruby-4.8.0.edge spec/spec_helper.rb
twilio-ruby-4.6.2 spec/spec_helper.rb
twilio-ruby-4.6.1 spec/spec_helper.rb
twilio-ruby-4.6.0 spec/spec_helper.rb
twilio-ruby-4.7.0.edge spec/spec_helper.rb