diff options
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/globals.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/globals.yml b/test/fixtures/globals.yml new file mode 100644 index 0000000..bb636b7 --- /dev/null +++ b/test/fixtures/globals.yml | |||
@@ -0,0 +1,11 @@ | |||
1 | # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
2 | |||
3 | one: | ||
4 | key: MyString | ||
5 | string_value: MyString | ||
6 | int_value: 1 | ||
7 | |||
8 | two: | ||
9 | key: MyString | ||
10 | string_value: MyString | ||
11 | int_value: 1 | ||