]> git.openstreetmap.org Git - rails.git/blob - test/factories/languages.rb
Use Open3.capture2 instead of backticks, to avoid command line injection risks
[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