fix test crash after rename link
This commit is contained in:
parent
f86df73c1a
commit
bbb0d24d5c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue