diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2018-06-15 09:08:21 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-06-15 09:08:21 +0200 |
commit | 4ac381a565eb1b3e7ebaec443889c6a7138fdfd0 (patch) | |
tree | 4bf1fa8bf9439e04fa22e8b08d28b37cb087adf9 /spec | |
parent | 24068596ee0ab7d5a02e5aef49dc19c58ac84e40 (diff) | |
download | gitlab-ce-4ac381a565eb1b3e7ebaec443889c6a7138fdfd0.tar.gz |
Changed the query string parameter to a string46668-make-the-html-attribute-on-the-blob-json-call-optional
Diffstat (limited to 'spec')
-rw-r--r-- | spec/controllers/projects/blob_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/projects/blob_controller_spec.rb b/spec/controllers/projects/blob_controller_spec.rb index a543f626bb0..f47593aad72 100644 --- a/spec/controllers/projects/blob_controller_spec.rb +++ b/spec/controllers/projects/blob_controller_spec.rb @@ -65,7 +65,7 @@ describe Projects::BlobController do project_id: project, id: id, format: :json, - html_render: false) + html_render: 'false') end it do |