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
Akira Matsuda 17848036ad Missing require 'active_support/core_ext/hash/keys'
Without this, the test causes a "method redefined" warning because
* first it loads I18n and defines Hash#deep_symbolize_keys inside I18n's lib/i18n/core_ext/hash.rb
* then it loads AS/core_ext/hash/keys.rb afterwards
2017-01-29 08:41:06 +09:00
..
autoloading_fixtures Fix constantize edge case involving prepend, autoloading and name conflicts 2016-12-14 14:25:43 +01:00
core_ext Uninterned Symbol can be duped since ruby 2.4.1 2017-01-26 06:37:50 +09:00
dependencies
deprecation
file_fixtures
fixtures
json Use appropriate assertion based on expectation 2017-01-17 14:25:41 -06:00
notifications
testing
xml_mini ✂️ needless lines beneath private. 2016-11-20 17:58:36 +01:00
abstract_unit.rb Don't pollute Object with rubinius_skip and jruby_skip 2017-01-17 18:51:50 +09:00
array_inquirer_test.rb It would be safer not to totally undef core classes' respond_to_missing? 2017-01-15 04:42:03 +09:00
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb Merge pull request #26874 from tgxworld/fix_broadcast_logger 2016-11-25 15:57:50 +10:30
caching_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
callback_inheritance_test.rb
callbacks_test.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
class_cache_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb use public Module#include instead of send :include 2016-11-27 22:20:52 +09:00
configurable_test.rb
constantize_test_cases.rb Fix constantize edge case involving prepend, autoloading and name conflicts 2016-12-14 14:25:43 +01:00
dependencies_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
dependencies_test_helpers.rb
deprecation_test.rb Change ActionView ERB Handler from Erubis to Erubi 2017-01-25 01:41:27 -07:00
descendants_tracker_test_cases.rb Privatize unneededly protected methods in Active Support tests 2016-12-24 00:22:29 +09:00
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
evented_file_update_checker_test.rb rm rm_f that is not in use 2017-01-18 17:30:46 +09:00
executor_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
file_update_checker_shared_tests.rb
file_update_checker_test.rb
gzip_test.rb
i18n_test.rb
inflector_test.rb This seems to be working on JRuby 9K 2017-01-25 18:27:52 +09:00
inflector_test_cases.rb
key_generator_test.rb
lazy_load_hooks_test.rb
log_subscriber_test.rb
logger_test.rb
message_encryptor_test.rb
message_verifier_test.rb assert_equal takes expectation first 2016-12-26 11:04:56 +09:00
multibyte_chars_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
multibyte_conformance_test.rb Privatize unneededly protected methods in Active Support tests 2016-12-24 00:22:29 +09:00
multibyte_grapheme_break_conformance_test.rb Privatize unneededly protected methods in Active Support tests 2016-12-24 00:22:29 +09:00
multibyte_normalization_conformance_test.rb Privatize unneededly protected methods in Active Support tests 2016-12-24 00:22:29 +09:00
multibyte_proxy_test.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
notifications_test.rb Privatize unneededly protected methods in Active Support tests 2016-12-24 00:22:29 +09:00
number_helper_i18n_test.rb Missing require 'active_support/core_ext/hash/keys' 2017-01-29 08:41:06 +09:00
number_helper_test.rb Remove deprecated :prefix option 2016-11-13 23:09:03 +00:00
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb
reloader_test.rb
rescuable_test.rb Call fallback exception handlers with the right exception 2016-11-17 14:50:41 -05:00
safe_buffer_test.rb "Use assert_nil if expecting nil from ...:in `...'. This will fail in minitest 6." 2016-12-25 13:15:56 +09:00
security_utils_test.rb
share_lock_test.rb
string_inquirer_test.rb Should do nothing here 2017-01-16 12:33:37 +09:00
subscriber_test.rb
tagged_logging_test.rb
test_case_test.rb Privatize unneededly protected methods in Active Support tests 2016-12-24 00:22:29 +09:00
time_travel_test.rb Make time travel work with subclasses of Time/Date/Datetime 2017-01-10 11:43:26 +01:00
time_zone_test.rb "Use assert_nil if expecting nil. This will fail in minitest 6." 2016-12-25 02:29:52 +09:00
time_zone_test_helpers.rb
transliterate_test.rb Raise ArgumentError if attempting to transliterate anything that is not a string 2017-01-16 14:40:41 -05:00
xml_mini_test.rb