]> git.openstreetmap.org Git - rails.git/blob - test/factories/languages.rb
Link to diary comments using anchors, rather than showing them alone
[rails.git] / test / factories / languages.rb
1 FactoryBot.define do
2   factory :language do
3     code "en"
4     english_name "English"
5     native_name "English"
6   end
7 end