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
Andrew White 7c9bf45b0d Support routing constraints in functional tests
Extend assert_recognizes and assert_generates to support passing
full urls as the path argument. This allows testing of routing
constraints such as subdomain and host within functional tests.

[#5005 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-20 14:51:25 -03:00
..
assertions Support routing constraints in functional tests 2010-08-20 14:51:25 -03:00
assertions.rb Remove assert_valid. It was already deprecated on Rails 2.3. 2010-07-19 22:35:17 +02:00
integration.rb adds missing requires for Object#try 2010-08-09 15:25:21 +02:00
performance_test.rb Rails 3 application can run performance tests now. [#4171 state:resolved] 2010-03-28 15:03:25 +04:30
test_process.rb Some require indifferent_access added 2010-04-21 07:45:29 -07:00
test_request.rb Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
test_response.rb Fix a bunch of minor spelling mistakes 2010-06-11 14:15:34 +04:00