X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6ac7f917344f600bccacdf10f93fa316929f9996..53b4d645d80cbe4ac397cfc004e8985317aed6a8:/vendor/plugins/rails-i18n/test/structure.rb diff --git a/vendor/plugins/rails-i18n/test/structure.rb b/vendor/plugins/rails-i18n/test/structure.rb new file mode 100644 index 000000000..80c0f1a18 --- /dev/null +++ b/vendor/plugins/rails-i18n/test/structure.rb @@ -0,0 +1,7 @@ +require File.dirname(__FILE__) + '/lib/key_structure.rb' + +locale = ARGV.first || raise("must give a locale as a command line argument") + +test = KeyStructure.new locale +test.run +test.output \ No newline at end of file