Sha256: bb4edd87acbb2d3d863e44550b6e9fb05bf7b6dba306b1ae2de334b6a8e0d054

Contents?: true

Size: 428 Bytes

Versions: 10

Compression:

Stored size: 428 Bytes

Contents

require 'infrataster/rspec'

Infrataster::Server.define(
  :proxy,
  '192.168.0.0/16',
  vagrant: true,
)
Infrataster::Server.define(
  :app,
  '172.16.0.0/16',
  vagrant: true,
  from: :proxy,
  http: {host: 'example.com'},
)

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus

  config.order = 'random'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
infrataster-0.2.6 spec/integration/spec_helper.rb
infrataster-0.2.5 spec/integration/spec_helper.rb
infrataster-0.2.4 spec/integration/spec_helper.rb
infrataster-0.2.3 spec/integration/spec_helper.rb
infrataster-0.2.2 spec/integration/spec_helper.rb
infrataster-0.2.1 spec/integration/spec_helper.rb
infrataster-0.2.0 spec/integration/spec_helper.rb
infrataster-0.2.0.beta1 spec/integration/spec_helper.rb
infrataster-0.1.13 spec/integration/spec_helper.rb
infrataster-0.1.12 spec/integration/spec_helper.rb