.. |
big_decimal
|
Assert the file is deprecated
|
2014-02-01 18:29:53 -02:00 |
class
|
Active support instead of ActiveSupport::Deprecation.silence we can use assert_deprecated
|
2014-04-04 20:17:02 +05:30 |
hash
|
Add `Hash#map_values` to ActiveSupport
|
2014-06-29 13:31:43 -06:00 |
kernel
|
Move test teardown into `ensure` block.
|
2014-06-17 20:57:02 +08:00 |
module
|
Introduce Concern#class_methods and Kernel#concern
|
2014-02-23 12:06:23 -07:00 |
object
|
Move test for blank.rb under object
|
2014-06-11 22:53:05 +05:30 |
array_ext_test.rb
|
Merge pull request #15276 from kuldeepaggarwal/fix-array-to
|
2014-05-23 15:05:28 -03:00 |
bigdecimal_test.rb
|
Remove BigDecimal#to_d
|
2014-02-01 10:45:57 -08:00 |
class_test.rb
|
use AS::TestCase as the base class
|
2012-01-05 17:12:46 -08:00 |
date_and_time_behavior.rb
|
better document `next_week` functionaility closes #9568
|
2013-04-26 09:09:53 +10:00 |
date_ext_test.rb
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
date_time_ext_test.rb
|
`DateTime#to_f` now preserves fractional seconds.
|
2014-07-02 15:01:35 -07:00 |
duration_test.rb
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
enumerable_test.rb
|
Return sized enumerator from Enumerable#index_by
|
2014-02-05 16:53:58 -05:00 |
file_test.rb
|
revises a brittle test in Active Support
|
2012-08-22 23:10:33 +02:00 |
hash_ext_test.rb
|
Add test cases for Hash#asset_valid_keys
|
2014-06-14 14:13:06 +05:30 |
integer_ext_test.rb
|
Document Integer#ordinal available in PR #2072.
|
2012-02-04 18:46:19 +05:30 |
kernel_test.rb
|
Keep debugger support only for rubies < 2.0.0
|
2014-04-08 20:55:23 +02:00 |
load_error_test.rb
|
use AS::TestCase as the base class
|
2012-01-05 17:12:46 -08:00 |
marshal_test.rb
|
Fix typo in DependenciesTestHelpers module name
|
2013-03-12 10:33:32 +05:30 |
module_test.rb
|
Fix confusing exception in ActiveSupport delegation
|
2014-05-20 08:10:40 -07:00 |
name_error_test.rb
|
Prefer assert_raise instead of flunk + rescue to test for exceptions
|
2013-12-19 09:20:51 -02:00 |
numeric_ext_test.rb
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
object_and_class_ext_test.rb
|
Unused classes in test case
|
2013-12-19 08:15:06 +09:00 |
range_ext_test.rb
|
Fix iterating over DateTime by doing strict checking for Time objects
|
2014-01-11 18:35:38 +05:30 |
regexp_ext_test.rb
|
use AS::TestCase as the base class
|
2012-01-05 17:12:46 -08:00 |
securerandom_test.rb
|
Auto-generate stable fixture UUIDs on PostgreSQL.
|
2014-01-07 19:05:50 +01:00 |
string_ext_test.rb
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
struct_test.rb
|
backporting Struct#to_h from ruby 2.0
|
2012-11-13 11:11:11 -08:00 |
thread_test.rb
|
`$SAFE = 4;` has been removed with Ruby 2.1
|
2013-10-14 21:52:25 +05:30 |
time_ext_test.rb
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
time_with_zone_test.rb
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
uri_ext_test.rb
|
Convert URI.parser.parse to URI.parse, and remove ruby 1.8.x code.
|
2012-01-19 20:27:16 +09:00 |