From 0783e4cf983d3ac1737a7f8820398e4bdf5f2953 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Thu, 8 Dec 2011 00:37:56 +0100 Subject: [PATCH] Check that issues from different projects get into the atom feed --- spec/requests/user_issues_spec.rb | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/spec/requests/user_issues_spec.rb b/spec/requests/user_issues_spec.rb index 813cde8..bd29eae 100644 --- a/spec/requests/user_issues_spec.rb +++ b/spec/requests/user_issues_spec.rb @@ -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 -- libgit2 0.21.2