fixed broken test bor truncated title

This commit is contained in:
Dmitriy Zaporozhets 2011-12-22 21:52:57 +02:00
parent c08c776dae
commit 89a43543e9

View file

@ -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) }