Skip to content

Commit

Permalink
actually check domain validity
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Jul 23, 2014
1 parent f8ace7b commit 5bc7dbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_domains.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def whitelisted?(domain)
should "only contain resolvable domains" do
unresolvables = []
Gman.list.each do |entry|
next
next if whitelisted? entry.name
resolves = Gman::Parser.domain_resolves?(entry.name)
unresolvables.push entry.name unless resolves
Expand Down

0 comments on commit 5bc7dbb

Please sign in to comment.