1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/core_ext
2010-09-24 14:48:57 -07:00
..
class Class Attribute setter returns set value 2010-08-16 18:36:12 -07:00
module attr_accessor_with_default should raise an ArgumentError not a RuntimeError 2010-09-24 14:48:57 -07:00
object These tests are trusting in the order of the elements so use OrderedHash instead of Hash 2010-07-21 17:34:43 -07:00
array_ext_test.rb to_sentence should return a duplicate 2010-08-17 13:52:37 -07:00
base64_ext_test.rb
bigdecimal.rb
blank_test.rb avoid method redefined; discarding old empty? warning [#4302 state:committed] 2010-03-30 16:59:48 -07:00
cgi_ext_test.rb
class_test.rb Don't rely on implementation-specific order-dependence of array comparisons in unit tests 2010-07-17 01:59:51 +08:00
date_ext_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
date_time_ext_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
duplicable_test.rb
duration_test.rb Exception handling more readable 2010-09-19 12:18:51 -07:00
enumerable_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
file_test.rb Fix streaming by having it create a File object, which can be handled by Rack servers as appropriate 2010-02-23 15:37:17 -08:00
float_ext_test.rb
hash_ext_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
integer_ext_test.rb
kernel_test.rb Move capture to Kernel. [#5641 state:resolved] 2010-09-18 20:49:36 +02:00
load_error_test.rb
module_test.rb delegate method should treat :prefix => false same as :prefix => nil 2010-09-01 09:57:13 +02:00
name_error_test.rb
numeric_ext_test.rb Use Time.current to maintain consistency with AS::Duration 2010-09-19 11:26:20 -07:00
object_and_class_ext_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
proc_test.rb
range_ext_test.rb
regexp_ext_test.rb
string_ext_test.rb let String#strip_heredoc handle blank lines even if they are not indented 2010-08-30 10:39:34 +02:00
time_ext_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
time_with_zone_test.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
uri_ext_test.rb Use explicit source encoding rather than forced UTF-8 from US-ASCII. 2010-04-26 14:45:23 -07:00