rails/actionview/test
Yuki Nishijima 08eafc9646 Eliminate a ruby warning in a test in Action View
This eliminates the warning below:

  actionview/test/template/form_helper_test.rb:913: warning: method redefined; discarding old id_came_from_user?
  actionview/test/template/form_helper_test.rb:104: warning: previous definition of id_came_from_user? was here
2015-01-17 09:44:31 -08:00
..
actionpack No need of requiring rbconfig, it is by-default loaded 2015-01-10 20:27:18 +05:30
activerecord Fix form_for to work with objects that implement to_model 2014-12-29 18:12:03 -08:00
fixtures Make possible to use blocks with short version of render partial 2014-12-19 13:52:12 +01:00
lib/controller Better tests for AV::RecordIdentifier 2014-12-23 01:59:25 +01:00
template Eliminate a ruby warning in a test in Action View 2015-01-17 09:44:31 -08: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