gitlab-org--gitlab-foss/spec/controllers
Dmitry Medvinsky fefab47456 Fix `/:username.keys` response content type
Currently this method responds with `text/html`. It is kind of unusable
if you open it in a browser. The browser thinks it is HTML and renders
it as HTML, meaning new lines are dropped. So it's very hard to
distinguish where the key starts and where it ends.

This commit changes the content type header to `text/plain`.
2014-03-20 19:09:14 +04:00
..
application_controller_spec.rb fix most of warnings 2013-12-15 00:05:10 +04:00
blob_controller_spec.rb Make changes to tests 2014-01-22 21:03:52 +02:00
commit_controller_spec.rb Make changes to tests 2014-01-22 21:03:52 +02:00
commits_controller_spec.rb Make changes to tests 2014-01-22 21:03:52 +02:00
merge_requests_controller_spec.rb Make changes to tests 2014-01-22 21:03:52 +02:00
profile_keys_controller_spec.rb Fix `/:username.keys` response content type 2014-03-20 19:09:14 +04:00
tree_controller_spec.rb Make changes to tests 2014-01-22 21:03:52 +02:00