Skip to content
Snippets Groups Projects
Commit cd779e56 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

dashboard v1

parent 4107f2cc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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) }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment