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 e3ab0f8Copy full SHA for e3ab0f8
spec/core/spec_helper.rb
@@ -58,6 +58,8 @@ def options
58
59
config.url = data["url"]
60
61
+ puts "url in config is #{config.url}"
62
+
63
if data["url"].start_with?("http://")
64
config.allow_http = true
65
end
0 commit comments