1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/testing
Prem Sichanugrist a9f3c9da01 Using Object#in? and Object#either? in various places
There're a lot of places in Rails source code which make a lot of sense to switching to Object#in? or Object#either? instead of using [].include?.
2011-04-11 03:17:09 +08:00
..
assertions Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
assertions.rb Remove assert_valid. It was already deprecated on Rails 2.3. 2010-07-19 22:35:17 +02:00
integration.rb Using Object#in? and Object#either? in various places 2011-04-11 03:17:09 +08:00
performance_test.rb Remove this require since active_support/testing/default doesn't exist anymore 2010-10-20 12:50:31 -02:00
test_process.rb Improve testing of cookies in functional tests: 2011-03-06 12:49:44 +00:00
test_request.rb Improve testing of cookies in functional tests: 2011-03-06 12:49:44 +00:00
test_response.rb Don't duplicate Rack::Response functionality. [#5320 state:resolved] 2010-09-25 10:58:07 +02:00