Sha256: ba75dbfbe4f941881a2b90318fcfa12d5a83f4bda3599f6a1c071d35a92a851d
Contents?: true
Size: 255 Bytes
Versions: 11
Compression:
Stored size: 255 Bytes
Contents
require 'cucumber-api' require 'minke' discovery = Minke::Docker::ServiceDiscovery.new 'config.yml' $SERVER_PATH = "http://#{discovery.public_address_for '<%= application_name %>', '5000', :cucumber}" Before do |scenario| end After do |scenario| end
Version data entries
11 entries across 11 versions & 1 rubygems