Sha256: aa272dec0e0c96b239420ef961e0a0c18b30be65e551b24c16812fed1b924557

Contents?: true

Size: 512 Bytes

Versions: 35

Compression:

Stored size: 512 Bytes

Contents

require 'fakefs/spec_helpers'
require 'pact/support'
require 'webmock/rspec'
require 'support/factories'
require 'support/spec_support'

WebMock.disable_net_connect!(allow_localhost: true)

require './spec/support/active_support_if_configured'

RSpec.configure do | config |
  config.include(FakeFS::SpecHelpers, :fakefs => true)

  config.include Pact::SpecSupport
  if config.respond_to?(:example_status_persistence_file_path=)
    config.example_status_persistence_file_path = "./spec/examples.txt"
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
pact-support-1.11.0 spec/spec_helper.rb
pact-support-1.10.3 spec/spec_helper.rb
pact-support-1.10.2 spec/spec_helper.rb
pact-support-1.10.1 spec/spec_helper.rb
pact-support-1.10.0 spec/spec_helper.rb
pact-support-1.9.0 spec/spec_helper.rb
pact-support-1.8.1 spec/spec_helper.rb
pact-support-1.8.0 spec/spec_helper.rb
pact-support-1.7.2 spec/spec_helper.rb
pact-support-1.7.1 spec/spec_helper.rb
pact-support-1.7.0 spec/spec_helper.rb
pact-support-1.6.6 spec/spec_helper.rb
pact-support-1.6.5 spec/spec_helper.rb
pact-support-1.7.0.alpha.1 spec/spec_helper.rb
pact-support-1.6.4 spec/spec_helper.rb
pact-support-1.6.3 spec/spec_helper.rb
pact-support-1.6.2 spec/spec_helper.rb
pact-support-1.6.1 spec/spec_helper.rb
pact-support-1.6.0 spec/spec_helper.rb
pact-support-1.5.2 spec/spec_helper.rb