summaryrefslogtreecommitdiff
path: root/spec/helpers/projects_helper_spec.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-26 13:21:12 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-04-26 13:21:12 +0000
commit465a818061977b99c1756fe1c32b004ef035d3c0 (patch)
tree6ea4ef386e1d94b154620e6ec56c9b6476ffd742 /spec/helpers/projects_helper_spec.rb
parente7fce9e459405b535adb829863e7b1ef6a02c8a9 (diff)
parent7057fbf404968aed61d108967514e5ffc18fe91b (diff)
downloadgitlab-ce-465a818061977b99c1756fe1c32b004ef035d3c0.tar.gz
Merge branch '26509-show-update-time' into 'master'
Add updated time to project list Closes #26509 See merge request !8514
Diffstat (limited to 'spec/helpers/projects_helper_spec.rb')
-rw-r--r--spec/helpers/projects_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/projects_helper_spec.rb b/spec/helpers/projects_helper_spec.rb
index d96d48a1977..be97973c693 100644
--- a/spec/helpers/projects_helper_spec.rb
+++ b/spec/helpers/projects_helper_spec.rb
@@ -93,7 +93,7 @@ describe ProjectsHelper do
end
it "includes a version" do
- expect(helper.project_list_cache_key(project)).to include("v2.3")
+ expect(helper.project_list_cache_key(project).last).to start_with('v')
end
it "includes the pipeline status when there is a status" do