Sha256: 9975bf924f2a8c0336343ee2f7e35f0ce2d40f2ef9b39745403f9d26f87b12ea

Contents?: true

Size: 320 Bytes

Versions: 25

Compression:

Stored size: 320 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/cli'

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

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
aptible-cli-0.6.4 spec/spec_helper.rb
aptible-cli-0.6.3 spec/spec_helper.rb
aptible-cli-0.6.2 spec/spec_helper.rb
aptible-cli-0.6.1 spec/spec_helper.rb
aptible-cli-0.6.0 spec/spec_helper.rb
aptible-cli-0.5.15 spec/spec_helper.rb
aptible-cli-0.5.14 spec/spec_helper.rb
aptible-cli-0.5.13 spec/spec_helper.rb
aptible-cli-0.5.12 spec/spec_helper.rb
aptible-cli-0.5.11 spec/spec_helper.rb
aptible-cli-0.5.10 spec/spec_helper.rb
aptible-cli-0.5.9 spec/spec_helper.rb
aptible-cli-0.5.8 spec/spec_helper.rb
aptible-cli-0.5.7 spec/spec_helper.rb
aptible-cli-0.5.6 spec/spec_helper.rb
aptible-cli-0.5.5 spec/spec_helper.rb
aptible-cli-0.5.4 spec/spec_helper.rb
aptible-cli-0.5.2 spec/spec_helper.rb
aptible-cli-0.5.1 spec/spec_helper.rb
aptible-cli-0.5.0 spec/spec_helper.rb