fixed build

This commit is contained in:
danielvincent 2010-11-30 13:19:25 -08:00
parent fa66162de5
commit 185e84537e

View file

@ -38,7 +38,7 @@ describe ApplicationHelper do
person_image_link(@person).should include(image_or_default(@person))
end
it "returns a link to the person's profile" do
person_image_link(@person).should include("href=\"#{person_path(@person)}\"")
person_image_link(@person).should include(person_path(@person))
end
end