1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/test
Jon Atack 2038c2c53d Test to ensure content_tag works when fixing #17661
After c2fe093, which was reverted yesterday, there will likely be
future PRs to address #17661.

The test `actionview/test/template/capture_helper_test.rb
#test_capture_returns_nil_if_the_returned_value_is_not_a_string` should
have errored with c2fe093, but it was rewritten in the PR to not raise.
My guess is that it may have seemed irrelevant to the content_tag tests
or already covered by them.

This test provides additional protection by being in the content_tag
test suite to explicitly raise a red flag in future cases. It foregoes
some redundancy for safety — at least until #17661 is closed.
2014-12-16 17:37:26 +01:00
..
actionpack Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
activerecord Move test that depends on ActiveRecord 2014-11-21 12:38:28 -08:00
fixtures Merge pull request #17878 from claudiob/remove-unused-modgreet-fixture 2014-12-02 10:32:21 +01:00
lib/controller Moved viewpathstest into actionview/test/actionpack/controller 2013-10-09 20:09:33 +02:00
template Test to ensure content_tag works when fixing #17661 2014-12-16 17:37:26 +01:00
tmp Add tmp dir in actionview/test/ 2013-08-05 01:24:14 +05:30
abstract_unit.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
active_record_unit.rb Change back occurrences of SQLite(3) to sqlite3 when referring to the 2014-07-06 11:47:16 -07:00