From 4a9bf38ef61b39e482458ba56cd1e6fea379b4d7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Fri, 21 Nov 2025 21:01:50 -0500 Subject: Added "listening to" box in sidebar --- test/fixtures/scrobbles.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/fixtures/scrobbles.yml (limited to 'test/fixtures/scrobbles.yml') 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 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + title: MyString + artist: MyString + album: MyString + image: MyString + +two: + title: MyString + artist: MyString + album: MyString + image: MyString -- cgit 1.4.1