rails/activesupport/test/core_ext
David Cornu 38a990237a Match HashWithIndifferentAccess#default's behaviour with Hash#default 2016-01-07 15:39:36 -05:00
..
array Make sure Array#to_sentence always returns a String 2015-03-23 15:47:37 -04:00
class Remove `.superclass_delegating_accessor`. Refer #14271 2015-05-24 12:15:22 +05:30
digest Move uuid_v5 and uuid_v3 to Digest::UUID 2014-07-15 19:51:33 -03:00
hash Return a sized Enumerator from Hash#{transform_values{!}|transform_keys{!}} 2015-09-29 12:31:58 +09:00
kernel Move test teardown into `ensure` block. 2014-06-17 20:57:02 +08:00
module Use separate test class name 2015-12-17 15:27:29 +01:00
object 🔪 Typos 2015-09-21 03:17:39 +09: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 Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for Date, Time, and DateTime 2015-01-06 05:43:41 -05:00
date_ext_test.rb Removed mocha stubbing in active_support 2015-06-07 19:18:58 +05:30
date_time_ext_test.rb Merge pull request #18365 from pocke/fix_datatime_compare 2015-06-12 10:56:18 -07:00
duration_test.rb Removed mocha stubbing in active_support 2015-06-07 19:18:58 +05:30
enumerable_test.rb Allow Enumerable#pluck to take a splat. 2015-05-29 10:32:32 -04:00
file_test.rb Return value of yielded block in File.atomic_write 2015-01-28 00:40:25 -07:00
hash_ext_test.rb Match HashWithIndifferentAccess#default's behaviour with Hash#default 2016-01-07 15:39:36 -05:00
integer_ext_test.rb remove warning from integer ext test 2015-05-14 23:56:10 +09:00
kernel_test.rb Remove debugger support 2015-01-04 15:54:22 -03:00
load_error_test.rb Deprecate `MissingSourceFile` in favor of `LoadError`. 2015-01-02 19:44:39 -03:00
marshal_test.rb Avoid E constant clashing with Minitest defined version. 2015-05-22 23:30:08 +02:00
module_test.rb Fixing issue when delegating to methods named "block", "args", or "arg" 2015-08-19 16:04:53 -05: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 Fix - to_s(:db) on Numeric range 2015-12-29 17:03:36 +05:30
range_ext_test.rb Fix - to_s(:db) on Numeric range 2015-12-29 17:03:36 +05:30
regexp_ext_test.rb use AS::TestCase as the base class 2012-01-05 17:12:46 -08:00
secure_random_test.rb Test files should be named *_test.rb to be executed via rake task 2015-03-20 17:27:38 +09:00
string_ext_test.rb Parameterize with options to preserve case of string 2015-11-07 16:57:04 +05:30
time_ext_test.rb Add days_in_year method 2015-11-10 16:17:07 +00:00
time_with_zone_test.rb Expand support for ActiveSupport::TimeWithZone#utc? 2015-10-15 09:25:34 -07:00
uri_ext_test.rb Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards. 2015-02-03 20:51:40 +05:30