Merge remote-tracking branch 'openstreetmap/pull/1339'
This commit is contained in:
commit
2df3605142
7 changed files with 39 additions and 30 deletions
7
test/factories/languages.rb
Normal file
7
test/factories/languages.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :language do
|
||||
code "en"
|
||||
english_name "English"
|
||||
native_name "English"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue