spec/spec_helper.rb in simple-httpd-0.3.0 vs spec/spec_helper.rb in simple-httpd-0.3.1

- old
+ new

@@ -10,18 +10,17 @@ end # You can comment parts of the command below by prepending the line with a '#' HTTPD_COMMAND = <<~CMD PORT=12345 - bin/simple-httpd + bin/simple-httpd start --environment=test examples/ex1 examples/ex2 examples/ex3 examples/v2:api/v2 --services=examples/services - Example::Service:service/example - 2> log/test.log +# 2> log/test.log CMD RSpec::Httpd.configure do |config| config.host = "127.0.0.1" config.port = 12_345