1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/dispatch/session
eileencodes 12f08acbac Fix deprecation warning in tests
Using the string version of the class reference is now deprecated when
referencing middleware. This should be written as a class not as a string.

Deprecation warning that this change fixes:
```
DEPRECATION WARNING: Passing strings or symbols to the middleware
builder is deprecated, please change
them to actual class references.  For example:
  "ActionDispatch::ShowExceptions" => ActionDispatch::ShowExceptions
```
2015-08-08 10:38:09 -04:00
..
abstract_store_test.rb
cache_store_test.rb finish deprecating handling strings and symbols 2015-08-07 15:37:31 -07:00
cookie_store_test.rb finish deprecating handling strings and symbols 2015-08-07 15:37:31 -07:00
mem_cache_store_test.rb Fix deprecation warning in tests 2015-08-08 10:38:09 -04:00
test_session_test.rb Adds missing argument handling for ActionController::TestSession to 2015-08-06 15:29:45 -04:00