[Rails5] Fix spec/controllers/projects/jobs_controller_spec.rb
In Rails 5.0 `response.content_type` does not return charset which is expected in specs. This commit replaces `response.content_type` with `response.headers["Content-Type"]` in specs.
Showing
Please register or sign in to comment