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
Vipul A M 9287790df8 - Moved hwia frozen value assignment test to hash_ext_test similar to other tests
- Fixed the wrong use of with_indifferent_access on hash in the test which failed for isolated tests
- Renamed to appropriately specify what the test does
2015-01-17 14:55:19 +05:30
..
autoloading_fixtures fixes circularity check in dependencies 2014-10-25 14:06:33 +02:00
core_ext - Moved hwia frozen value assignment test to hash_ext_test similar to other tests 2015-01-17 14:55:19 +05:30
dependencies
deprecation
fixtures
json Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError. 2015-01-04 11:58:41 -03:00
notifications
testing
xml_mini Do not include Active Support on tests 2015-01-04 18:59:42 -03:00
abstract_unit.rb
autoload_test.rb
benchmarkable_test.rb
broadcast_logger_test.rb
caching_test.rb Remove conversion code for old Rails cache entry 2015-01-01 22:31:27 -03:00
callback_inheritance_test.rb
callbacks_test.rb Add config to halt callback chain on return false 2015-01-02 15:31:56 -08:00
class_cache_test.rb
clean_backtrace_test.rb
clean_logger_test.rb
concern_test.rb
configurable_test.rb
constantize_test_cases.rb
dependencies_test.rb Remove LoadError#path hack for Ruby 1.9 2015-01-04 15:54:21 -03:00
dependencies_test_helpers.rb fixes circularity check in dependencies 2014-10-25 14:06:33 +02:00
deprecation_test.rb
descendants_tracker_test_cases.rb
descendants_tracker_with_autoloading_test.rb
descendants_tracker_without_autoloading_test.rb
file_update_checker_test.rb
gzip_test.rb
hash_with_indifferent_access_test.rb - Moved hwia frozen value assignment test to hash_ext_test similar to other tests 2015-01-17 14:55:19 +05:30
i18n_test.rb
inflector_test.rb
inflector_test_cases.rb
key_generator_test.rb
lazy_load_hooks_test.rb
load_paths_test.rb
log_subscriber_test.rb
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 Remove "rescue" clause around "require 'openssl'" 2014-12-03 21:58:02 -08:00
multibyte_chars_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
multibyte_conformance_test.rb Pass symbol as an argument instead of a block 2014-11-29 11:53:24 +01:00
multibyte_proxy_test.rb
multibyte_test_helpers.rb
multibyte_unicode_database_test.rb
notifications_test.rb
number_helper_i18n_test.rb
number_helper_test.rb
option_merger_test.rb
ordered_hash_test.rb
ordered_options_test.rb
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 Just check if the buffer exists before changing it 2014-12-29 12:56:01 -03:00
security_utils_test.rb
string_inquirer_test.rb
subscriber_test.rb
tagged_logging_test.rb
test_case_test.rb Change the default test order from :sorted to :random 2015-01-04 11:58:41 -03:00
time_travel_test.rb
time_zone_test.rb Use directly TZInfo::Timezone without proxy 2015-01-04 20:08:18 +03:00
time_zone_test_helpers.rb
transliterate_test.rb
xml_mini_test.rb