Sha256: f64bbcd7fcc09e8c8ca8783c6464f93607b701a8e062964bae31cc80e85b9995
Contents?: true
Size: 511 Bytes
Versions: 3
Compression:
Stored size: 511 Bytes
Contents
require 'infrataster/rspec' Infrataster::Server.define( :proxy, '192.168.44.10', vagrant: true, ) Infrataster::Server.define( :app, '172.16.44.11', vagrant: true, from: :proxy, ) Infrataster::BrowsermobProxy.bin_path = File.expand_path('../vm/vendor/browsermob/bin/browsermob-proxy', __FILE__) 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
infrataster-0.1.7 | spec/integration/spec_helper.rb |
infrataster-0.1.6 | spec/integration/spec_helper.rb |
infrataster-0.1.5 | spec/integration/spec_helper.rb |