554cdefea08947b3fbcb67b31beba3e6fa61545a
[packages/precise/mcollective.git] / lib / mcollective / vendor / i18n / lib / i18n / tests.rb
1 module I18n
2   module Tests
3     autoload :Basics,        'i18n/tests/basics'
4     autoload :Defaults,      'i18n/tests/defaults'
5     autoload :Interpolation, 'i18n/tests/interpolation'
6     autoload :Link,          'i18n/tests/link'
7     autoload :Localization,  'i18n/tests/localization'
8     autoload :Lookup,        'i18n/tests/lookup'
9     autoload :Pluralization, 'i18n/tests/pluralization'
10     autoload :Procs,         'i18n/tests/procs'
11   end
12 end