Sha256: b4642eab94b4814f70e1cd03dda6163529334201079b11954a4f8e3053415360

Contents?: true

Size: 386 Bytes

Versions: 15

Compression:

Stored size: 386 Bytes

Contents

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

Bundler.require :development

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

# Require library up front
require 'aptible/auth'

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
aptible-auth-1.2.5 spec/spec_helper.rb
aptible-auth-1.2.4 spec/spec_helper.rb
aptible-auth-1.2.3 spec/spec_helper.rb
aptible-auth-1.2.2 spec/spec_helper.rb
aptible-auth-1.2.1 spec/spec_helper.rb
aptible-auth-1.1.0 spec/spec_helper.rb
aptible-auth-1.0.1 spec/spec_helper.rb
aptible-auth-1.0.0 spec/spec_helper.rb
aptible-auth-0.12.0 spec/spec_helper.rb
aptible-auth-0.11.15 spec/spec_helper.rb
aptible-auth-0.11.14 spec/spec_helper.rb
aptible-auth-0.11.13 spec/spec_helper.rb
aptible-auth-0.11.12 spec/spec_helper.rb
aptible-auth-0.11.11 spec/spec_helper.rb
aptible-auth-0.11.10 spec/spec_helper.rb