.. |
autoloading_fixtures
|
Avoid E constant clashing with Minitest defined version.
|
2015-05-22 23:30:08 +02:00 |
core_ext
|
Merge pull request #20600 from mtsmfm/xmlschema-should-display-more-than-6-digits
|
2015-10-02 13:55:47 +01:00 |
dependencies
|
Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::Loadable
|
2013-06-09 18:20:10 -04:00 |
deprecation
|
Remove deprecated AS::BasicObject, use AS::ProxyObject instead
|
2013-07-01 22:26:54 -03:00 |
file_fixtures
|
introduce ActiveSupport::Testing::FileFixtures .
|
2015-01-28 12:29:34 +01:00 |
fixtures
|
Unused classes in AS tests
|
2013-12-19 16:30:16 +09:00 |
json
|
Expand the JSON test coverage for Struct and Hash (?!)
|
2015-07-11 12:48:16 -07:00 |
notifications
|
ActiveSupport::Notifications::Instrumenter#instrument should yield
|
2013-03-02 16:05:05 -08:00 |
testing
|
Cleaned up generators tests using internal assertion helper
|
2015-08-20 09:22:56 +05:30 |
xml_mini
|
Do not include Active Support on tests
|
2015-01-04 18:59:42 -03:00 |
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
|
fix autoload tests
|
2014-10-05 20:28:36 +03:00 |
benchmarkable_test.rb
|
|
|
broadcast_logger_test.rb
|
|
|
caching_test.rb
|
Removed use of mocha in active_support
|
2015-07-10 01:58:46 +05:30 |
callback_inheritance_test.rb
|
Removed unused setup
|
2013-04-10 16:57:12 +05:30 |
callbacks_test.rb
|
Refactor AS::Callbacks halt config and fix the documentation
|
2015-10-01 13:04:20 -04:00 |
class_cache_test.rb
|
|
|
clean_backtrace_test.rb
|
missing activesupport test coverage
|
2014-07-19 17:15:40 -07:00 |
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
|
Privatize config_accessor as with attr_accessor
|
2015-02-06 01:12:07 +09:00 |
constantize_test_cases.rb
|
Merge pull request #21250 from ronakjangir47/safe_const
|
2015-09-07 08:52:36 +02:00 |
dependencies_test.rb
|
Removed use of mocha in active_support
|
2015-07-10 01:58:46 +05:30 |
dependencies_test_helpers.rb
|
fixes circularity check in dependencies
|
2014-10-25 14:06:33 +02:00 |
deprecation_test.rb
|
Removed use of mocha in active_support
|
2015-07-10 01:58:46 +05:30 |
descendants_tracker_test_cases.rb
|
|
|
descendants_tracker_with_autoloading_test.rb
|
fix some typos in AS
|
2013-03-30 14:01:42 +05:30 |
descendants_tracker_without_autoloading_test.rb
|
Improve the test code for #8422
|
2013-10-24 20:14:30 -02:00 |
file_update_checker_test.rb
|
|
|
gzip_test.rb
|
added compress options for gzip
|
2013-02-10 20:01:42 +09:00 |
i18n_test.rb
|
remove unnecessary calling of I18n.backend.store_translations(empty, {})
|
2014-06-15 08:53:58 +05:30 |
inflector_test.rb
|
Fix inflector test by using dup inflections when it needs to be changed
|
2015-06-15 08:46:20 -04:00 |
inflector_test_cases.rb
|
✂️ empty line at the top of files
|
2015-09-21 01:27:33 +09:00 |
key_generator_test.rb
|
missing activesupport test coverage
|
2014-07-19 17:15:40 -07:00 |
lazy_load_hooks_test.rb
|
|
|
load_paths_test.rb
|
Drop extra variable from test
|
2013-06-12 11:18:35 +05:30 |
log_subscriber_test.rb
|
Removed use of mocha in active_support
|
2015-07-10 01:58:46 +05:30 |
logger_test.rb
|
|
|
message_encryptor_test.rb
|
Remove "rescue" clause around "require 'openssl'"
|
2014-12-03 21:58:02 -08:00 |
message_verifier_test.rb
|
Fix the message verifier encoding issue
|
2015-06-14 11:35:27 -04:00 |
multibyte_chars_test.rb
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards.
|
2015-02-03 20:51:40 +05:30 |
multibyte_conformance_test.rb
|
✂️ empty line at the top of files
|
2015-09-21 01:27:33 +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
|
Bug fix: Evented notification subscribers can handle published events
|
2013-05-17 16:27:23 -07:00 |
number_helper_i18n_test.rb
|
remove unnecessary calling of I18n.backend.store_translations(empty, {})
|
2014-06-15 08:53:58 +05:30 |
number_helper_test.rb
|
- Extracted DELIMITED_REGEX to delimited_regex method and made use of user passed options[:delimited_regex] if available. Changed DELIMITED_REGEX to DEFAULT)DELIMITED_REGEX to signify what it means.
|
2015-08-28 11:34:17 +05:30 |
option_merger_test.rb
|
Add implicit receiver support to Object#with_options
|
2014-07-29 16:11:48 -04:00 |
ordered_hash_test.rb
|
Fix OrderedHash.select to return self instance.
|
2014-03-07 12:30:20 -05:00 |
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
|
Add class level case operator support for error dispatching in Rescuable
|
2014-12-10 02:34:59 +02:00 |
safe_buffer_test.rb
|
Properly dump primitive-like AS::SafeBuffer strings as YAML
|
2015-02-11 17:08:13 -08:00 |
security_utils_test.rb
|
Add AS::SecurityUtils.secure_compare for constant time string comparison
|
2014-10-23 14:54:06 -03:00 |
share_lock_test.rb
|
Small tweaks to mainly lock-ordering tests.
|
2015-07-22 22:59:01 +02:00 |
string_inquirer_test.rb
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
subscriber_test.rb
|
Fix assertion arguments order
|
2014-07-31 08:56:22 -03:00 |
tagged_logging_test.rb
|
Revert "make new rails apps log to STDOUT"
|
2013-03-15 10:38:00 -07: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
|
Extract out with_env_tz helper method.
|
2014-06-18 19:46:04 +08:00 |
transliterate_test.rb
|
Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 onwards.
|
2015-02-03 20:51:40 +05:30 |
xml_mini_test.rb
|
Require yaml for XML mini isolation test.
|
2015-07-11 00:47:56 +02:00 |