diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-20 11:00:31 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-03-20 11:00:31 -0400 |
| commit | 5462a1e56abf70486dc59593dde6ecb95a072026 (patch) | |
| tree | 3e956e0ca3bfbf773af3a9dd303cb4743615fe67 /test/fixtures | |
| parent | 2e1365d37bddf787c7089126c1a5ff1c623ab0e2 (diff) | |
| download | thoughts-5462a1e56abf70486dc59593dde6ecb95a072026.tar.gz thoughts-5462a1e56abf70486dc59593dde6ecb95a072026.tar.bz2 thoughts-5462a1e56abf70486dc59593dde6ecb95a072026.zip | |
Added some admin dashboard stats
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 | ||
