.. |
class
|
Final iteration of use better testing methods
|
2010-05-19 21:31:51 +02:00 |
module
|
Final iteration of use better testing methods
|
2010-05-19 21:31:51 +02:00 |
object
|
Failing tests for to_param/to_query not escaping "[]"
|
2009-12-02 15:08:42 -06:00 |
array_ext_test.rb
|
removes Array#random_element and backports Array#sample from Ruby 1.9, thanks to Marc-Andre Lafortune
|
2010-06-05 01:15:17 +02: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
|
Reinstate Object.subclasses_of and Class#descendents for plugin compat.
|
2010-02-09 18:20:57 -08:00 |
date_ext_test.rb
|
oops, two cancelling errors made a previous test pass, fixing it
|
2010-06-07 07:27:51 +02:00 |
date_time_ext_test.rb
|
Final iteration of use better testing methods
|
2010-05-19 21:31:51 +02:00 |
duplicable_test.rb
|
|
|
duration_test.rb
|
1.day should respond_to kind_of too
|
2010-05-21 16:00:55 +02:00 |
enumerable_test.rb
|
Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !x.include?/else calls [DHH]
|
2009-12-14 18:00:14 -08: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
|
Change HWIA#stringify_keys to return a HWIA not a Hash
|
2010-04-22 10:07:33 -07:00 |
integer_ext_test.rb
|
Let Integer#multiple_of? accept zero as argument
|
2010-01-02 20:25:15 -08:00 |
kernel_test.rb
|
moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval
|
2010-04-05 12:15:08 -07:00 |
load_error_test.rb
|
Stop overriding LoadError.new to return a MissingSourceError (and sometimes nil!)
|
2010-01-19 22:35:26 -08:00 |
module_test.rb
|
Final iteration of use better testing methods
|
2010-05-19 21:31:51 +02:00 |
name_error_test.rb
|
Ruby 1.9.2: disallow explicit coercion via method_missing. Only give friendly nil errors for Array and Active Record methods.
|
2009-11-13 12:25:54 -08:00 |
numeric_ext_test.rb
|
|
|
object_and_class_ext_test.rb
|
moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval
|
2010-04-05 12:15:08 -07:00 |
proc_test.rb
|
|
|
range_ext_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
regexp_ext_test.rb
|
|
|
string_ext_test.rb
|
Extracted String#truncate from TextHelper#truncate [DHH]
|
2010-06-01 16:38:42 -05:00 |
time_ext_test.rb
|
removes deprecations of last_(month|year) from master, they will be deprecated in 2.3 instead
|
2010-05-19 00:20:10 +02:00 |
time_with_zone_test.rb
|
Fix test incorrectly using a bare assert to use assert_kind_of
|
2010-05-24 20:59:53 -07: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 |