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
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-25 18:47:40 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-08-25 18:47:40 +0300
commit77abf8cccfff01fa09a4014aea0f5afc309a7ca2 (patch)
tree17d683722337309a4322752c3e37cd767156231d /features
parent0b4fef6be48009404ac777034b0d61768b557673 (diff)
Capitalize mentioned issue timeline notes
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/issuable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/issuable.rb b/features/steps/shared/issuable.rb
index aa666a954bc..df9845ba569 100644
--- a/features/steps/shared/issuable.rb
+++ b/features/steps/shared/issuable.rb
@@ -179,7 +179,7 @@ module SharedIssuable
project = Project.find_by(name: from_project_name)
expect(page).to have_content(user_name)
- expect(page).to have_content("mentioned in #{issuable.class.to_s.titleize.downcase} #{issuable.to_reference(project)}")
+ expect(page).to have_content("Mentioned in #{issuable.class.to_s.titleize.downcase} #{issuable.to_reference(project)}")
end
def expect_sidebar_content(content)