Merge remote-tracking branch 'openstreetmap/pull/1339'

This commit is contained in:
Tom Hughes 2016-10-26 15:54:42 +01:00
commit 2df3605142
7 changed files with 39 additions and 30 deletions

View file

@ -0,0 +1,7 @@
FactoryGirl.define do
factory :language do
code "en"
english_name "English"
native_name "English"
end
end