summaryrefslogtreecommitdiff
path: root/spec/support
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-08 20:26:31 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-02-08 20:26:31 +0200
commitbbb0d24d5c6a0874af4473a4c23ab9aa17af455f (patch)
tree6597b053fd48881b42330ea52857e962304336c9 /spec/support
parentf86df73c1ad49346eba2d80138a93e8cdb6ce406 (diff)
downloadgitlab-ce-bbb0d24d5c6a0874af4473a4c23ab9aa17af455f.tar.gz
fix test crash after rename link
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/shared_examples.rb b/spec/support/shared_examples.rb
index e567706ef8c..9fd207d0db2 100644
--- a/spec/support/shared_examples.rb
+++ b/spec/support/shared_examples.rb
@@ -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