Typo fix. Also Travis-CI test...

This commit is contained in:
ethicalhack3r
2013-08-09 13:04:50 +02:00
parent 2a9bd99f97
commit 3870fc0b2c

View File

@@ -88,7 +88,7 @@ class WebSite
end
# Will try to find the rss url in the homepage
# Only the first one found iw returned
# Only the first one found is returned
def rss_url
homepage_body = Browser.get(@uri.to_s).body
homepage_body[%r{<link .* type="application/rss\+xml" .* href="([^"]+)" />}, 1]