.. |
autoloading_fixtures
|
|
|
core_ext
|
Merge pull request #2801 from jeremyevans/patch-1
|
2011-10-03 10:53:09 -07:00 |
dependencies
|
|
|
deprecation
|
|
|
fixtures
|
|
|
json
|
Removing extra requires from the test. Already loaded in abstract_unit.
|
2011-07-31 23:36:21 +05:30 |
xml_mini
|
Adding tests for file_from_xml for XmlMini_JDOM #jruby
|
2011-05-27 00:48:59 +05:30 |
abstract_unit.rb
|
|
|
autoload.rb
|
|
|
benchmarkable_test.rb
|
Removed deprecated methods and related tests from ActiveSupport
|
2011-05-25 23:39:34 +02:00 |
buffered_logger_test.rb
|
make sure log file is written in binary mode. fixes #497
|
2011-05-10 13:23:05 -07:00 |
caching_test.rb
|
Improved testing so that it tests the real functionality and not the private method.
|
2011-10-02 01:39:52 -07:00 |
callback_inheritance_test.rb
|
Removal require again from tests.
|
2011-05-22 00:55:12 +05:30 |
callbacks_test.rb
|
Removal require again from tests.
|
2011-05-22 00:55:12 +05:30 |
class_cache_test.rb
|
Removed deprecated methods and related tests from ActiveSupport
|
2011-05-25 23:39:34 +02:00 |
clean_backtrace_test.rb
|
|
|
clean_logger_test.rb
|
|
|
concern_test.rb
|
|
|
configurable_test.rb
|
Fix configurable cristalization and tests.
|
2011-06-29 13:57:59 -03:00 |
constantize_test_cases.rb
|
Ensure that constantize just rescues NameError that applies to the constant being currently loaded.
|
2011-09-23 16:21:49 +02:00 |
dependencies_test.rb
|
Fix autoload_once_paths when using Pathnames & ruby 1.9
|
2011-08-24 18:14:25 +01:00 |
deprecation_test.rb
|
fixed failing tests of ActiveSupport for deprecation test
|
2011-05-21 00:29:30 -07:00 |
descendants_tracker_test_cases.rb
|
|
|
descendants_tracker_with_autoloading_test.rb
|
|
|
descendants_tracker_without_autoloading_test.rb
|
|
|
empty_bool.rb
|
|
|
file_update_checker_test.rb
|
Removal require again from tests.
|
2011-05-22 00:55:12 +05:30 |
flush_cache_on_private_memoization_test.rb
|
Deprecate memoizable.
|
2011-06-15 17:08:08 -03:00 |
gzip_test.rb
|
|
|
i18n_test.rb
|
|
|
inflector_test.rb
|
Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; refactored common constantize tests into ConstantizeTestCases
|
2011-09-23 15:36:33 +02:00 |
inflector_test_cases.rb
|
Revert removing gsub and sub from safe buffer.
|
2011-09-08 20:54:30 +02:00 |
isolation_test.rb
|
|
|
lazy_load_hooks_test.rb
|
|
|
load_paths_test.rb
|
Fix failing tests.
|
2011-05-22 13:21:47 +02:00 |
log_subscriber_test.rb
|
|
|
memoizable_test.rb
|
Deprecate memoizable.
|
2011-06-15 17:08:08 -03:00 |
message_encryptor_test.rb
|
Test deprecation warning when not using an options hash as second parameter.
|
2011-09-15 15:51:30 -04:00 |
message_verifier_test.rb
|
Test deprecation warning when not using an options hash as second parameter.
|
2011-09-15 15:51:30 -04:00 |
multibyte_chars_test.rb
|
|
|
multibyte_conformance.rb
|
|
|
multibyte_test_helpers.rb
|
|
|
multibyte_unicode_database_test.rb
|
|
|
multibyte_utils_test.rb
|
Removing extra requires from the test. Already loaded in abstract_unit.
|
2011-07-31 23:36:21 +05:30 |
notifications_test.rb
|
Requiring delegate.
|
2011-08-16 01:36:21 +05:30 |
option_merger_test.rb
|
Fix misspelling of 'lambda'. Closes #987
|
2011-05-18 15:59:08 -04:00 |
ordered_hash_test.rb
|
Make ActiveSupport::OrderedHash extractable when using Array#extract_options!
|
2011-09-03 14:43:33 +07:00 |
ordered_options_test.rb
|
|
|
rescuable_test.rb
|
Rescuable spelling error
|
2011-10-03 10:15:31 -04:00 |
safe_buffer_test.rb
|
Revert removing gsub and sub from safe buffer.
|
2011-09-08 20:54:30 +02:00 |
string_inquirer_test.rb
|
|
|
test_case_test.rb
|
|
|
test_test.rb
|
Removing extra requires from the test. Already loaded in abstract_unit.
|
2011-07-31 23:36:21 +05:30 |
time_zone_test.rb
|
Using not effected timezone in tests.
|
2011-06-29 01:47:56 +05:30 |
transliterate_test.rb
|
|
|
ts_isolated.rb
|
|
|
whiny_nil_test.rb
|
remove the warning when testing whiny_nil
|
2011-07-07 11:21:23 +02:00 |
xml_mini_test.rb
|
fixing tests on ruby trunk
|
2011-07-26 11:02:41 -07:00 |