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 10719e1c66 Merge pull request #20267 from kaspth/fix-minitest-constant-clashing
Avoid E constant clashing with Minitest defined version.
2015-05-28 22:21:45 -03: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 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 Small stylistic tweaks for Delegator#try patch 2015-05-19 13:29:02 -07:00
bigdecimal_test.rb Remove BigDecimal#to_d 2014-02-01 10:45:57 -08:00
class_test.rb
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 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 Removing :en in favor of I18n.default_locale in duration#inspect 2015-01-12 19:34:32 +01:00
enumerable_test.rb Add Enumerable#pluck. 2015-05-28 20:41:03 -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 - Moved hwia frozen value assignment test to hash_ext_test similar to other tests 2015-01-17 14:55:19 +05:30
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 Deprecate alias_method_chain in favour of Module#prepend 2015-03-22 23:11:19 +02: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 Only define #positive? and #negative? on Ruby 2.2 2015-05-19 01:25:00 -03:00
range_ext_test.rb Fix grouped expression warning - warning: (...) interpreted as grouped expression 2014-11-06 19:19:21 +05:30
regexp_ext_test.rb
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 Merge pull request #19076 from nygrenh/truncate-words-fix 2015-02-25 12:12:31 -03:00
time_ext_test.rb Time#change can now change nanoseconds (:nsec) 2014-09-14 02:24:12 +03:00
time_with_zone_test.rb Improve ActiveSupport::TimeWithZone conversion to YAML 2015-04-22 12:12:39 -04: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