]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/test/structure.rb
Moved find_token method into the token class, since that seems a more appropriate...
[rails.git] / vendor / plugins / rails-i18n / test / structure.rb
1 require File.dirname(__FILE__) + '/lib/key_structure.rb'
2
3 locale = ARGV.first || raise("must give a locale as a command line argument")
4
5 test = KeyStructure.new locale
6 test.run
7 test.output