From 0929719a845897cc8567cf972e07a69a71f0fa6f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 30 Nov 2023 13:29:08 -0500 Subject: Migrate to a full rails app --- test/fixtures/puzzles.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixtures/puzzles.yml (limited to 'test/fixtures/puzzles.yml') diff --git a/test/fixtures/puzzles.yml b/test/fixtures/puzzles.yml new file mode 100644 index 0000000..75f9eab --- /dev/null +++ b/test/fixtures/puzzles.yml @@ -0,0 +1,11 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + data: MyText + solved_data: MyText + category: MyString + +two: + data: MyText + solved_data: MyText + category: MyString -- cgit 1.4.1