Check that issues from different projects get into the atom feed

This commit is contained in:
Ariejan de Vroom 2011-12-08 00:37:56 +01:00
parent f512418b27
commit 0783e4cf98

View file

@ -48,6 +48,8 @@ describe "User Issues Dashboard" do
page.body.should have_selector("title", :text => "#{@user.name} issues")
page.body.should have_selector("author email", :text => @issue1.author_email)
page.body.should have_selector("entry summary", :text => @issue1.title)
page.body.should have_selector("author email", :text => @issue2.author_email)
page.body.should have_selector("entry summary", :text => @issue2.title)
end
end
end