Sha256: 0d758a32a0012a05e6f96b4e17c9f2a31d803bbeecd9d415c0d71efb3eb4a5f4

Contents?: true

Size: 209 Bytes

Versions: 5

Compression:

Stored size: 209 Bytes

Contents

When(/^I temporarily start reveal\-ck serve with host "(.*?)"$/) do |host|
  port = 10_000 + rand(1000)
  cmd = "reveal-ck serve --port #{port} --host #{host}"
  run("#{cmd} --test-quit-after-starting 2")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
reveal-ck-3.8.0 features/step_definitions/serve_steps.rb
reveal-ck-3.7.0 features/step_definitions/serve_steps.rb
reveal-ck-3.6.0 features/step_definitions/serve_steps.rb
reveal-ck-3.5.1 features/step_definitions/serve_steps.rb
reveal-ck-3.5.0 features/step_definitions/serve_steps.rb