Sha256: bad8f6bcb764aa6d6c9af9d13a6f99eccdf9ef131a6f462ba79e09c3fe78f866

Contents?: true

Size: 345 Bytes

Versions: 4

Compression:

Stored size: 345 Bytes

Contents

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

require 'webmock/rspec'

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

# Require library up front
require 'aptible/cli'

RSpec.configure do |config|
  config.before {}
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
aptible-cli-0.6.9 spec/spec_helper.rb
aptible-cli-0.6.8 spec/spec_helper.rb
aptible-cli-0.6.7 spec/spec_helper.rb
aptible-cli-0.6.6 spec/spec_helper.rb