]> git.openstreetmap.org Git - rails.git/blob - test/factories/languages.rb
Fix tests that only worked if object 400 didn't exist
[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