dashboard v1

This commit is contained in:
Dmitriy Zaporozhets 2011-12-08 22:17:53 +02:00
parent 4107f2cc2e
commit cd779e56e1
22 changed files with 189 additions and 184 deletions

View file

@ -23,7 +23,7 @@ describe "Issues" do
subject { page }
it { should have_content(@issue.title) }
it { should have_content(@issue.title[0..20]) }
it { should have_content(@issue.project.name) }
it { should have_content(@issue.assignee.name) }