summaryrefslogtreecommitdiff
path: root/spec/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-20 15:21:37 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-20 15:21:37 +0300
commit70decdc2acb4da895bdd63bb15b46014045af661 (patch)
tree4062321ca0c9a3fb6e3d86368e1b33667f743d0e /spec/views
parentc4c25946cd5694c707ed126541def66be0a53d8f (diff)
downloadgitlab-ce-70decdc2acb4da895bdd63bb15b46014045af661.tar.gz
Fix specs to match route changes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/help/index.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/help/index.html.haml_spec.rb b/spec/views/help/index.html.haml_spec.rb
index 34e93d929a7..257991549a9 100644
--- a/spec/views/help/index.html.haml_spec.rb
+++ b/spec/views/help/index.html.haml_spec.rb
@@ -31,7 +31,7 @@ describe 'help/index' do
render
expect(rendered).to match '8.0.2'
- expect(rendered).to have_link('8.0.2', href: %r{https://gitlab.com/gitlab-org/gitlab-(ce|ee)/tags/v8.0.2})
+ expect(rendered).to have_link('8.0.2', href: %r{https://gitlab.com/gitlab-org/gitlab-(ce|ee)/-/tags/v8.0.2})
end
it 'shows a link to the commit for pre-releases' do