diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-21 21:01:50 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-11-21 21:01:50 -0500 |
| commit | 4a9bf38ef61b39e482458ba56cd1e6fea379b4d7 (patch) | |
| tree | ed778402e454cbbb3945f453f6d1682f4701924a /test/fixtures/scrobbles.yml | |
| parent | c260fbba4ed7cd0e7b80d5ae1316f597f9abb827 (diff) | |
| download | thoughts-4a9bf38ef61b39e482458ba56cd1e6fea379b4d7.tar.gz thoughts-4a9bf38ef61b39e482458ba56cd1e6fea379b4d7.tar.bz2 thoughts-4a9bf38ef61b39e482458ba56cd1e6fea379b4d7.zip | |
Added "listening to" box in sidebar
Diffstat (limited to 'test/fixtures/scrobbles.yml')
| -rw-r--r-- | test/fixtures/scrobbles.yml | 13 |
1 files changed, 13 insertions, 0 deletions
| diff --git a/test/fixtures/scrobbles.yml b/test/fixtures/scrobbles.yml new file mode 100644 index 0000000..9ca535d --- /dev/null +++ b/test/fixtures/scrobbles.yml | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html | ||
| 2 | |||
| 3 | one: | ||
| 4 | title: MyString | ||
| 5 | artist: MyString | ||
| 6 | album: MyString | ||
| 7 | image: MyString | ||
| 8 | |||
| 9 | two: | ||
| 10 | title: MyString | ||
| 11 | artist: MyString | ||
| 12 | album: MyString | ||
| 13 | image: MyString | ||
