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
Rafael Mendonça França 19fae86fe0 Move uuid_v5 and uuid_v3 to Digest::UUID
These methods are not random so they should not belings to SecureRandom
module.
2014-07-15 19:51:33 -03:00
..
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
digest Move uuid_v5 and uuid_v3 to Digest::UUID 2014-07-15 19:51:33 -03:00
hash Fix tests broken in https://github.com/rails/rails/pull/16149 2014-07-12 19:05:39 +02: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
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
hash_ext_test.rb Add test cases for Hash#asset_valid_keys 2014-06-14 14:13:06 +05:30
integer_ext_test.rb
kernel_test.rb Keep quietly and capture undeprecated on your suite 2014-07-15 17:56:27 -03:00
load_error_test.rb
marshal_test.rb
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
string_ext_test.rb Extract out with_env_tz helper method. 2014-06-18 19:46:04 +08:00
struct_test.rb
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