Commit bbb0d24d5c6a0874af4473a4c23ab9aa17af455f
1 parent
f86df73c
Exists in
master
and in
4 other branches
fix test crash after rename link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/support/shared_examples.rb
... | ... | @@ -2,7 +2,7 @@ shared_examples_for :project_side_pane do |
2 | 2 | subject { page } |
3 | 3 | it { should have_content((@project || project).name) } |
4 | 4 | it { should have_content("Commits") } |
5 | - it { should have_content("Code") } | |
5 | + it { should have_content("Files") } | |
6 | 6 | end |
7 | 7 | |
8 | 8 | shared_examples_for :tree_view do | ... | ... |