Commit c717eae0 authored by Cameron Boehmer's avatar Cameron Boehmer

fix spec source validation

parent 22f70eca
...@@ -316,7 +316,7 @@ module Pod ...@@ -316,7 +316,7 @@ module Pod
end end
def source_valid? def source_valid?
spec.source && !spec.source =~ /http:\/\/EXAMPLE/ spec.source && !(spec.source =~ /http:\/\/EXAMPLE/)
end end
def paths_starting_with_a_slash_errors def paths_starting_with_a_slash_errors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment