Sha256: 779ecd1493c0379f87951f7b82304725a2d380a22ad4231430d79bfe351cff9f

Contents?: true

Size: 202 Bytes

Versions: 30

Compression:

Stored size: 202 Bytes

Contents

require_relative '../spec_helper'
require 'pact/consumer/rspec'

Pact.service_consumer 'Zoo App' do
  has_pact_with "Animal Service" do
    service :animal_service do
      port 1234
    end
  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
pact-1.0.30 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.29 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.28 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.27 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.26 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.25 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.24 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.23 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.22 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.21 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.20 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.19 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.18 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.15 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.13 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.12 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.11 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.10 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.9 example/zoo-app/spec/service_providers/pact_helper.rb
pact-1.0.8 example/zoo-app/spec/service_providers/pact_helper.rb