Add a link to each project on the Issues dashboard

This commit is contained in:
Robert Speicher 2012-11-19 23:49:25 -05:00
parent 3d242a3154
commit 4db362f519
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ class DashboardIssues < Spinach::FeatureSteps
issues.each do |issue|
page.should have_content(issue.title[0..10])
page.should have_content(issue.project.name)
page.should have_link(issue.project.name)
end
end