From 332ec93366315fa1ed7b4acd7a3407c96e8ddfa7 Mon Sep 17 00:00:00 2001 From: sadbeast Date: Wed, 31 Jan 2024 17:47:56 -0800 Subject: initial mistake --- test/fixtures/player_scores.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixtures/player_scores.yml (limited to 'test/fixtures/player_scores.yml') diff --git a/test/fixtures/player_scores.yml b/test/fixtures/player_scores.yml new file mode 100644 index 0000000..d7a3329 --- /dev/null +++ b/test/fixtures/player_scores.yml @@ -0,0 +1,11 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +# This model initially had no columns defined. If you add columns to the +# model remove the "{}" from the fixture names and add the columns immediately +# below each fixture, per the syntax in the comments below +# +one: {} +# column: value +# +two: {} +# column: value -- cgit v1.2.3