Sha256: b1103e5f570ca45792140c3a50436dbcdd6df64497e02db92ef03d299496a4b7

Contents?: true

Size: 215 Bytes

Versions: 24

Compression:

Stored size: 215 Bytes

Contents

require 'open-uri'
require 'easypost'

Dir["./spec/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.before(:each) do
    EasyPost.api_key = 'cueqNZUb3ldeWTNX7MU3Mel8UXtaAMUi'
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
easypost-3.0.1 spec/spec_helper.rb
easypost-3.0.0 spec/spec_helper.rb
easypost-2.7.3 spec/spec_helper.rb
easypost-2.7.2 spec/spec_helper.rb
easypost-2.7.1 spec/spec_helper.rb
easypost-2.7.0 spec/spec_helper.rb
easypost-2.6.2 spec/spec_helper.rb
easypost-2.6.1 spec/spec_helper.rb
easypost-2.6.0 spec/spec_helper.rb
easypost-2.5.0 spec/spec_helper.rb
easypost-2.4.0 spec/spec_helper.rb
easypost-2.3.0 spec/spec_helper.rb
easypost-2.2.0 spec/spec_helper.rb
easypost-2.1.11 spec/spec_helper.rb
easypost-2.1.9 spec/spec_helper.rb
easypost-2.1.8 spec/spec_helper.rb
easypost-2.1.7 spec/spec_helper.rb
easypost-2.1.6 spec/spec_helper.rb
easypost-2.1.5 spec/spec_helper.rb
easypost-2.1.4 spec/spec_helper.rb