We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a1e2c commit ce2b013Copy full SHA for ce2b013
spec/core/spec_helper.rb
@@ -58,6 +58,8 @@ def options
58
59
config.url = data["url"]
60
61
+ puts "subsection: #{config.url[8..19]}"
62
+
63
if data["url"].start_with?("http://")
64
config.allow_http = true
65
end
0 commit comments