fixed build
This commit is contained in:
parent
fa66162de5
commit
185e84537e
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ describe ApplicationHelper do
|
||||||
person_image_link(@person).should include(image_or_default(@person))
|
person_image_link(@person).should include(image_or_default(@person))
|
||||||
end
|
end
|
||||||
it "returns a link to the person's profile" do
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue