Check that issues from different projects get into the atom feed
This commit is contained in:
parent
f512418b27
commit
0783e4cf98
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue