lessonly / scim_rails

SCIM Adapter for Rails.
MIT License
68 stars 76 forks source link

Resolve DEPRECATION WARNING for specs #13

Closed wernull closed 4 years ago

wernull commented 5 years ago

After adding support for Rails 6.0 there are now many depreciation warnings in the specs. Example:

DEPRECATION WARNING: Rails 6.1 will return Content-Type header without modification. If you want just the MIME type, please use `#media_type` instead. (called from block (4 levels) in <top (required)> at /Users/kylewerner/Documents/github/scim_rails/spec/controllers/scim_rails/scim_users_controller_spec.rb:408)

We should research and make sure things will be ok with 6.1 and either make the necessary changes or do what is necessary to remove the warnings

tknzk commented 4 years ago

fixed #17