Commit bbb0d24d5c6a0874af4473a4c23ab9aa17af455f

Authored by Dmitriy Zaporozhets
1 parent f86df73c

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