Commit bbb0d24d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix test crash after rename link

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