rails/actionpack/test
Emilio Tagua c37800aae1 _ is not a valid scheme name character, \w includes it and also is redundant with \d.
'The scheme name consists of a letter followed by any combination of letters, digits, and the plus ("+"), period ("."), or hyphen ("-") characters; and is terminated by a colon (":").'
2010-09-29 12:55:43 -03:00
..
abstract Avoid (@_var ||= nil) pattern by using initialize methods and ensuring everyone calls super as expected. 2010-09-29 11:18:31 +02:00
activerecord Remove duplicated class test. copy/paste fail? 2010-09-28 16:40:28 -03:00
controller _ is not a valid scheme name character, \w includes it and also is redundant with \d. 2010-09-29 12:55:43 -03:00
dispatch Ensure that named routes do not overwrite previously defined routes. 2010-09-29 14:24:32 +02:00
fixtures Test correct method behaviour. 2010-09-29 12:42:51 -03:00
lib Review most of the form_for deprecated tests, missing tests with index like [] 2010-09-26 02:13:45 +08:00
template Fix test that wasn't running at all. 2010-09-28 18:48:58 -03:00
tmp Use safe tmp dir 2009-08-13 21:03:25 -05:00
abstract_unit.rb Remove deprecated stuff in ActionController 2010-09-26 02:13:45 +08:00
active_record_unit.rb Autoload AR test case 2010-01-04 16:50:01 -06:00
ts_isolated.rb Give useful test:isolated failures 2009-11-04 12:44:06 -08:00