Add a link to each project on the Issues dashboard
This commit is contained in:
parent
3d242a3154
commit
4db362f519
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue