Commit 89a43543 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed broken test bor truncated title

parent c08c776d
......@@ -19,7 +19,7 @@ describe "Snippets" do
subject { page }
it { should have_content(@snippet.title) }
it { should have_content(@snippet.title[0..10]) }
it { should have_content(@snippet.project.name) }
it { should have_content(@snippet.author.name) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment