This commit is contained in:
r888888888
2017-12-21 11:32:56 -08:00
parent 796a83d7cf
commit 461ddbf017
3 changed files with 15 additions and 10 deletions

View File

@@ -158,15 +158,5 @@ module Sources
assert_equal(tags, @site.tags)
end
end
context "#normalize_for_artist_finder!" do
setup do
@site = Sources::Site.new("https://twitter.com/BLAH")
end
should "downcase the url" do
assert_equal("https://twitter.com/blah", @site.normalize_for_artist_finder!)
end
end
end
end