diff --git a/spec/core/spec_helper.rb b/spec/core/spec_helper.rb index 02c910f0..dcd09edd 100644 --- a/spec/core/spec_helper.rb +++ b/spec/core/spec_helper.rb @@ -58,6 +58,8 @@ def options config.url = data["url"] + puts "subsection: #{config.url[8..19]}" + if data["url"].start_with?("http://") config.allow_http = true end