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
Ryan McGeary 51520a75d5 Pass assert_dom_equal message arg to underlying assertion
#assert_dom_equal and #assert_dom_not_equal both take a "failure"
message argument, but this argument was not utilized.
2013-08-04 11:18:46 -04:00
..
assertions Pass assert_dom_equal message arg to underlying assertion 2013-08-04 11:18:46 -04:00
assertions.rb Restructure TemplateAssertions-related code to eliminate circular requires. 2011-05-22 23:13:44 -07:00
integration.rb remove useless env.merge!(env) from ActionDispatch::IntegrationTest` 2013-07-04 12:11:53 +02:00
test_process.rb Mark unused variables and make some style fixes 2013-04-08 22:52:32 +03:00
test_request.rb Allow overriding of all headers from passed environment hash 2013-07-25 07:54:57 +01:00
test_response.rb