fix unit tests

This commit is contained in:
r888888888
2015-09-23 12:13:14 -07:00
parent b6d9011f6c
commit 3df9f0cdf6
9 changed files with 14045 additions and 93 deletions

View File

@@ -33,7 +33,7 @@ module Sources
end
should "get the artist name" do
assert_equal("The Noun Project", @site.artist_name)
assert_equal("Noun Project", @site.artist_name)
end
should "get the image url" do