rails/activesupport/test/autoloading_fixtures
Benjamin Fleischer c8b5d828e7 Correct spelling
```
go get -u github.com/client9/misspell/cmd/misspell
misspell  -w -error -source=text .
```
2017-02-05 19:00:18 -06:00
..
a normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
class_folder applies new string literal convention in activesupport/test 2016-08-06 18:10:53 +02:00
html Ensure all-caps nested consts marked as autoloaded 2013-08-27 08:20:33 +01:00
load_path normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
module_folder normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
module_with_custom_const_missing/a normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
prepend Fix constantize edge case involving prepend, autoloading and name conflicts 2016-12-14 14:25:43 +01:00
application.rb Add forgotten file 2006-09-03 19:39:08 +00:00
circular1.rb detect circular constant autoloading 2012-08-28 20:34:39 +02:00
circular2.rb detect circular constant autoloading 2012-08-28 20:34:39 +02:00
class_folder.rb applies new string literal convention in activesupport/test 2016-08-06 18:10:53 +02:00
conflict.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
counting_loader.rb Add forgotten files; Fix double loading errors. 2006-08-08 22:08:09 +00:00
cross_site_dependency.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
d.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
em.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
loads_constant.rb This is for making sure const_missing is triggered without warnings 2010-07-26 12:51:52 -03:00
multiple_constant_file.rb Update dependencies to allow constants to be defined alongside their siblings. 2006-11-01 23:21:13 +00:00
prepend.rb Fix constantize edge case involving prepend, autoloading and name conflicts 2016-12-14 14:25:43 +01:00
raises_arbitrary_exception.rb Correct spelling 2017-02-05 19:00:18 -06:00
raises_name_error.rb Failing test for autoloading shadowed exceptions. 2006-11-06 19:23:30 +00:00
raises_no_method_error.rb Fix warning and incorrect test trigger 2006-11-06 23:45:39 +00:00
requires_constant.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
should_not_be_required.rb dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213] 2012-11-15 04:36:36 +01:00
throws.rb Prevent void context warnings 2016-04-03 23:47:05 +01:00
typo.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00