]> git.openstreetmap.org Git - rails.git/blob - test/factories/languages.rb
A better way to contrain the width of the message box whilst also allowing it to...
[rails.git] / test / factories / languages.rb
1 FactoryGirl.define do
2   factory :language do
3     code "en"
4     english_name "English"
5     native_name "English"
6   end
7 end