]> git.openstreetmap.org Git - rails.git/blob - test/factories/languages.rb
Add a with_history trait for node factories, to automatically create corresponding...
[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