.. |
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
|
ActiveSupport::Base64.encode64s since Base64 is deprecated
|
2008-02-07 21:50:46 +00:00 |
bigdecimal.rb
|
Added tests [#279 state:resolved] (Nicholas Schlueter)
|
2008-06-02 22:05:27 -05:00 |
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
|
Explicit test dependencies
|
2009-03-28 23:56:14 -07:00 |
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
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
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
|
* Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)
|
2009-03-21 04:35:15 -07:00 |
hash_ext_test.rb
|
Override #store to be consistent with #[].
|
2010-10-10 14:06:44 -02:00 |
integer_ext_test.rb
|
Let Integer#multiple_of? accept zero as argument
|
2010-01-02 20:25:15 -08:00 |
kernel_test.rb
|
Move capture to Kernel. [#5641 state:resolved]
|
2010-09-18 20:49:36 +02: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
|
delegate method should treat :prefix => false same as :prefix => nil
|
2010-09-01 09:57:13 +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
|
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
|
Fix dependencies revealed by testing in isolation
|
2009-04-22 18:54:13 -07:00 |
range_ext_test.rb
|
Repair time dependencies
|
2009-11-14 11:37:06 -08:00 |
regexp_ext_test.rb
|
Replace decaying routing internals w/ rack-mount
|
2009-10-19 23:32:17 -05:00 |
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 |