fix test crash after rename link

This commit is contained in:
Dmitriy Zaporozhets 2012-02-08 20:26:31 +02:00
parent f86df73c1a
commit bbb0d24d5c

View file

@ -2,7 +2,7 @@ shared_examples_for :project_side_pane do
subject { page }
it { should have_content((@project || project).name) }
it { should have_content("Commits") }
it { should have_content("Code") }
it { should have_content("Files") }
end
shared_examples_for :tree_view do