Sha256: 86055856a49c43b63b5ac6f21c212d02d82ab329b62ae9044852d59b1a877e34
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
require 'cucumber-api' require 'minke' discovery = Minke::Docker::ServiceDiscovery.new ENV['DOCKER_PROJECT'], Minke::Docker::DockerRunner.new, ENV['DOCKER_NETWORK'] $SERVER_PATH = "http://#{discovery.bridge_address_for '<%= application_name %>', '8001'}" Before do |scenario| end After do |scenario| end
Version data entries
4 entries across 4 versions & 1 rubygems