add tests
This commit is contained in:
+9
-9
@@ -1,15 +1,15 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
code: MyString
|
||||
name: MyString
|
||||
native_name: MyString
|
||||
code: "en"
|
||||
name: "English"
|
||||
native_name: "English"
|
||||
sort_order: 1
|
||||
active: false
|
||||
active: true
|
||||
|
||||
two:
|
||||
code: MyString
|
||||
name: MyString
|
||||
native_name: MyString
|
||||
sort_order: 1
|
||||
active: false
|
||||
code: "fi"
|
||||
name: "Finnish"
|
||||
native_name: "Suomi"
|
||||
sort_order: 2
|
||||
active: true
|
||||
|
||||
Reference in New Issue
Block a user