summaryrefslogtreecommitdiff
path: root/spec/features/dashboard/todos/todos_spec.rb
diff options
context:
space:
mode:
authorJasper Maes <jaspermaes.jm@gmail.com>2019-01-11 21:10:55 +0100
committerJasper Maes <jaspermaes.jm@gmail.com>2019-01-11 23:59:35 +0100
commit4361c92b6a41554ae8a8e4ad7204e8ed82ec7c5c (patch)
treecbf947e67566d27562fe9765c109ccf8d54ed246 /spec/features/dashboard/todos/todos_spec.rb
parentf5dd9107363b7376325712f973339c7fde036ef2 (diff)
downloadgitlab-ce-4361c92b6a41554ae8a8e4ad7204e8ed82ec7c5c.tar.gz
Update gitlab-styles to 2.5.1
Diffstat (limited to 'spec/features/dashboard/todos/todos_spec.rb')
-rw-r--r--spec/features/dashboard/todos/todos_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/todos/todos_spec.rb b/spec/features/dashboard/todos/todos_spec.rb
index 96b22a0f64b..2284ee925a0 100644
--- a/spec/features/dashboard/todos/todos_spec.rb
+++ b/spec/features/dashboard/todos/todos_spec.rb
@@ -332,7 +332,7 @@ describe 'Dashboard Todos' do
it 'links to the pipelines for the merge request' do
href = pipelines_project_merge_request_path(project, todo.target)
- expect(page).to have_link "merge request #{todo.target.to_reference(full: true)}", href
+ expect(page).to have_link "merge request #{todo.target.to_reference(full: true)}", href: href
end
end
end