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