Sha256: 05df8cb9f8b272d230f881137244676eaf2c8e700761ea8318f4618ccf66b50a

Contents?: true

Size: 362 Bytes

Versions: 9

Compression:

Stored size: 362 Bytes

Contents

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

# Load shared spec files
Dir["#{File.dirname(__FILE__)}/shared/**/*.rb"].each do |file|
  require file
end

# Require library up front
require 'aptible/billing'

RSpec.configure do |config|
  config.before { Aptible::Billing.configuration.reset }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
aptible-billing-1.0.1 spec/spec_helper.rb
aptible-billing-1.0.0 spec/spec_helper.rb
aptible-billing-0.1.7 spec/spec_helper.rb
aptible-billing-0.1.6 spec/spec_helper.rb
aptible-billing-0.1.5 spec/spec_helper.rb
aptible-billing-0.1.4 spec/spec_helper.rb
aptible-billing-0.1.3 spec/spec_helper.rb
aptible-billing-0.1.2 spec/spec_helper.rb
aptible-billing-0.1.1 spec/spec_helper.rb