rails--rails/activesupport/test/core_ext
Jeremy Kemper d9dac76f53 Some platforms include colon in timezone offset, some don't. References #9744.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7733 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-03 23:54:45 +00:00
..
class Improve various test coverage. Closes #8676 [kamal] 2007-06-25 18:22:31 +00:00
module Hax to workaround private send for Ruby 1.9. Consider moving to send! and aliasing to send for < 1.9. 2007-09-27 09:37:45 +00:00
array_ext_test.rb Added Array#rand (closes #9170) [norbert] 2007-09-15 21:39:04 +00:00
blank_test.rb Improve tests (closes #7166) [zackchandler] 2007-09-22 23:12:24 +00:00
cgi_ext_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
class_test.rb Improve various test coverage. Closes #8676 [kamal] 2007-06-25 18:22:31 +00:00
date_ext_test.rb Some platforms include colon in timezone offset, some don't. References #9744. 2007-10-03 23:54:45 +00:00
date_time_ext_test.rb Some platforms include colon in timezone offset, some don't. References #9744. 2007-10-03 23:54:45 +00:00
duration_test.rb Mark Duration test failing with Ruby 1.9 2007-09-27 08:54:31 +00:00
enumerable_test.rb Change test for ruby 1.9 crash 2007-09-27 08:09:14 +00:00
exception_test.rb Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
file_test.rb Some 1.9 forward compatibility 2007-09-14 00:34:43 +00:00
float_ext_test.rb Allow Float#round to take a precision argument. Closes #8626 [norbert] 2007-09-02 23:54:08 +00:00
hash_ext_test.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
integer_ext_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
kernel_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
load_error_tests.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
module_test.rb Prefer class_eval with block to many sends for Ruby 1.9 compat 2007-09-27 09:52:15 +00:00
name_error_test.rb Eliminate Active Support warnings. 2006-08-29 08:24:04 +00:00
numeric_ext_test.rb Mark another Duration test failing with Ruby 1.9 2007-09-27 09:54:43 +00:00
object_and_class_ext_test.rb Alias Object#send to send! for Ruby 1.9 forward compatibility. 2007-09-27 10:38:37 +00:00
pathname_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
proc_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
range_ext_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
string_ext_test.rb Mark String#each_char test failing with Ruby 1.9 2007-09-27 10:21:39 +00:00
symbol_test.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
time_ext_test.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00