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
Sruli Rapps 1cfeab5314 Dependencies clean up
Cleans up four items I came across in ActiveSupport::Dependencies:

- DependenciesTest#
  test_dependency_which_raises_exception_isnt_added_to_loaded_set:
  Fixes current implementation which will pass no matter what since the
  filepath is never added to "loaded" or "history" without being
  expanded first.
- Remove DependenciesTest#test_unhook. Seems leftover from when
  alias_method_chain was used in Loadable and ModuleConstMissing.
  The test will always pass since Module never responds to those methods
- WatchStack#new_constants documentation: update self to @stack.
  Looks like self was leftover from when WatchStack inherited from Hash
- Remove ActiveSupport namespace from call to
  Dependencies.constant_watch_stack.watching? since the namespace is not
  needed, Dependencies is called two other times in the same method
  without it (even on the same line) and it brings the line to within
  80 characters
2016-02-19 16:15:45 +02:00
..
autoloading_fixtures Avoid E constant clashing with Minitest defined version. 2015-05-22 23:30:08 +02:00
core_ext Add #on_weekday? method to Date, Time, and DateTime. 2016-02-15 18:16:51 +05:30
dependencies
deprecation Fix bug where custom deprecators are not used. 2015-10-14 07:49:39 -04:00
file_fixtures
fixtures
json Expand the JSON test coverage for Struct and Hash (?!) 2015-07-11 12:48:16 -07:00
notifications
testing Fix bug where custom deprecators are not used. 2015-10-14 07:49:39 -04:00
xml_mini
abstract_unit.rb Removed duplicate requiring minitest/mock as it is already required in method_call_assertions 2015-08-26 19:43:54 +05:30
array_inquirer_test.rb ArrayInquirer to correctly find symbols or strings 2015-08-28 16:20:02 -04:00
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb Revert "Add Logger option to disable message broadcasts" 2016-01-05 16:24:35 -06:00
caching_test.rb Merge pull request #22278 from poporul/master 2016-01-15 10:32:30 -08:00
callback_inheritance_test.rb
callbacks_test.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
class_cache_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classes 2015-06-12 17:35:21 +02:00
configurable_test.rb
constantize_test_cases.rb Merge pull request #21250 from ronakjangir47/safe_const 2015-09-07 08:52:36 +02:00
dependencies_test.rb Dependencies clean up 2016-02-19 16:15:45 +02:00
dependencies_test_helpers.rb
deprecation_test.rb Converting backtrace to strings before calling set_backtrace 2016-02-10 13:02:18 -05:00
descendants_tracker_test_cases.rb
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
evented_file_update_checker_test.rb renames AS::FileEventedUpdateChecker to AS::EventedFileUpdateChecker 2015-12-09 03:07:49 +01:00
file_update_checker_shared_tests.rb Fix test that fails in isolation 2015-12-18 10:17:28 -05:00
file_update_checker_test.rb applies code style guidelines 2015-11-11 06:42:49 +01:00
gzip_test.rb
i18n_test.rb
inflector_test.rb Parameterize with options to preserve case of string 2015-11-07 16:57:04 +05:30
inflector_test_cases.rb Parameterize with options to preserve case of string 2015-11-07 16:57:04 +05:30
key_generator_test.rb
lazy_load_hooks_test.rb
load_paths_test.rb
log_subscriber_test.rb Removed use of mocha in active_support 2015-07-10 01:58:46 +05:30
logger_test.rb [close #22917] Don't output to STDOUT twice 2016-01-06 09:55:35 -06:00
message_encryptor_test.rb
message_verifier_test.rb Fix the message verifier encoding issue 2015-06-14 11:35:27 -04:00
multibyte_chars_test.rb Merge pull request #12877 from aroben/extended-graphemes 2015-12-31 03:04:16 -02:00
multibyte_conformance_test.rb Put test-case dependent helper Class inside the test case 2016-01-24 23:37:26 +09:00
multibyte_grapheme_break_conformance_test.rb Put test-case dependent helper Class inside the test case 2016-01-24 23:37:26 +09:00
multibyte_normalization_conformance_test.rb Put test-case dependent helper Class inside the test case 2016-01-24 23:37:26 +09:00
multibyte_proxy_test.rb ✂️ empty line at the top of files 2015-09-21 01:27:33 +09:00
multibyte_test_helpers.rb ✂️ empty line at the top of files 2015-09-21 01:27:33 +09:00
multibyte_unicode_database_test.rb Removed use of mocha in active_support 2015-07-10 01:58:46 +05:30
notifications_test.rb Adds exception object to instrumenter's payload 2015-12-31 01:48:22 -06:00
number_helper_i18n_test.rb
number_helper_test.rb Change number_to_currency behavior for checking negativity 2016-01-29 12:21:26 +05:30
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb Merge pull request #20208 from gaurish/raise_on_missing_ordered_options 2015-05-26 13:21:28 -03:00
rescuable_test.rb
safe_buffer_test.rb
security_utils_test.rb
share_lock_test.rb Test the happy path for recursive yields too 2016-02-08 05:30:10 +10:30
string_inquirer_test.rb
subscriber_test.rb
tagged_logging_test.rb Tweaked wording used in some tests. 2015-10-25 08:57:50 +00:00
test_case_test.rb Make assert_difference return the result of the yielded block. 2015-09-24 14:17:49 -03:00
time_travel_test.rb Removed mocha stubbing in active_support 2015-06-07 19:18:58 +05:30
time_zone_test.rb Require yaml for time_zone isolation test. 2015-07-11 00:22:16 +02:00
time_zone_test_helpers.rb
transliterate_test.rb
xml_mini_test.rb Require yaml for XML mini isolation test. 2015-07-11 00:47:56 +02:00