diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-29 22:50:39 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-29 22:50:39 +1100 |
commit | ddc7620babba20e55c535628e7c6a7c6046176bf (patch) | |
tree | 08548f97134c830f8195a358f28af01917881dfd /.haml-lint.yml | |
parent | ee189fd511e1a2c06f05e0d40e1d0b8875151391 (diff) | |
download | gitlab-ce-ddc7620babba20e55c535628e7c6a7c6046176bf.tar.gz |
[Rails5] Fix `undefined method 'downcase'` errors in requests specs
In Rails 5.0 headers are no longer inherited from Hash.
This commit fixes errors in requests specs like:
```
1) API::V3::Builds GET /projects/:id/builds/:build_id/artifacts job with artifacts when artifacts are stored locally authorized user returns specific job artifacts
Failure/Error: expect(response.headers).to include(download_headers)
NoMethodError:
undefined method `downcase' for #<Hash:0x000055e8bccc23b0>
# ./spec/requests/api/v3/builds_spec.rb:235:in `block (6 levels) in <top (required)>'
```
Diffstat (limited to '.haml-lint.yml')
0 files changed, 0 insertions, 0 deletions