Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 02:04:27 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 02:04:27 +0400
commit809413d9e758547241530001efa35dececfcf787 (patch)
treedef9dcc1010b7def4d93d5432a8f74269d08808a /spec
parentffc6ab41e0c5e9fa5f2d0ec6962315dfe5676e5d (diff)
minimalistic UI: issues index, css refactoring
Diffstat (limited to 'spec')
-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 118b9b2a0ba..22699b0cfde 100644
--- a/spec/support/shared_examples.rb
+++ b/spec/support/shared_examples.rb
@@ -11,7 +11,7 @@ shared_examples_for :tree_view do
it "should have Tree View of project" do
should have_content("app")
- should have_content("history")
+ should have_content("History")
should have_content("Gemfile")
end
end