twitter: fix tests.
This commit is contained in:
@@ -110,7 +110,7 @@ module Sources
|
|||||||
end
|
end
|
||||||
|
|
||||||
should "get the artist name" do
|
should "get the artist name" do
|
||||||
assert_equal("Noun Project", @site.artist_name)
|
assert_equal("nounproject", @site.artist_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
should "get the image url" do
|
should "get the image url" do
|
||||||
@@ -140,7 +140,7 @@ module Sources
|
|||||||
end
|
end
|
||||||
|
|
||||||
should "get the artist name" do
|
should "get the artist name" do
|
||||||
assert_equal("Noun Project", @site.artist_name)
|
assert_equal("nounproject", @site.artist_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
should "get the image url" do
|
should "get the image url" do
|
||||||
|
|||||||
Reference in New Issue
Block a user